net.ogdf.ogml
Interface DataType

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
DataTypeImpl

public interface DataType
extends EObject

A representation of the model object 'Data Type'.

The following features are supported:

See Also:
OgmlPackage.getDataType()
Rating red
Generated:
This code was automatically generated.
Model element:
extendedMetaData="name='data.type'
kind='simple'"

Method Summary
 String getIdRef()
          Returns the value of the 'Id Ref' attribute.
 String getValue()
          Returns the value of the 'Value' attribute.
 void setIdRef(String value)
          Sets the value of the 'Id Ref' attribute.
 void setValue(String value)
          Sets the value of the 'Value' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getValue

String getValue()
Returns the value of the 'Value' attribute.

If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Value' attribute.
See Also:
setValue(String), OgmlPackage.getDataType_Value()
Generated:
This code was automatically generated.
Model element:
dataType=org.eclipse.emf.ecore.xml.type.String
extendedMetaData="name=':0'
kind='simple'"

setValue

void setValue(String value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
getValue()
Generated:
This code was automatically generated.

getIdRef

String getIdRef()
Returns the value of the 'Id Ref' attribute.

If the meaning of the 'Id Ref' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id Ref' attribute.
See Also:
setIdRef(String), OgmlPackage.getDataType_IdRef()
Generated:
This code was automatically generated.
Model element:
dataType=org.eclipse.emf.ecore.xml.type.IDREF
extendedMetaData="kind='attribute'
name='idRef'
namespace='##targetNamespace'"

setIdRef

void setIdRef(String value)
Sets the value of the 'Id Ref' attribute.

Parameters:
value - the new value of the 'Id Ref' attribute.
See Also:
getIdRef()
Generated:
This code was automatically generated.