org.eodisp.hla.crc.omt
Interface EnumeratedData

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
EnumeratedDataImpl

public interface EnumeratedData
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Enumerated Data'.

The following features are supported:

See Also:
OmtPackage.getEnumeratedData()
generated
model
extendedMetaData="name='EnumeratedData' kind='elementOnly'"

Field Summary
static java.lang.String copyright
           
 
Method Summary
 org.eclipse.emf.common.util.EList getEnumerator()
          Returns the value of the 'Enumerator' containment reference list.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 java.util.List getNameNotes()
          Returns the value of the 'Name Notes' attribute.
 java.lang.String getRepresentation()
          Returns the value of the 'Representation' attribute.
 java.util.List getRepresentationNotes()
          Returns the value of the 'Representation Notes' attribute.
 java.lang.Object getSemantics()
          Returns the value of the 'Semantics' attribute.
 java.util.List getSemanticsNotes()
          Returns the value of the 'Semantics Notes' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setNameNotes(java.util.List value)
          Sets the value of the 'Name Notes' attribute.
 void setRepresentation(java.lang.String value)
          Sets the value of the 'Representation' attribute.
 void setRepresentationNotes(java.util.List value)
          Sets the value of the 'Representation Notes' attribute.
 void setSemantics(java.lang.Object value)
          Sets the value of the 'Semantics' attribute.
 void setSemanticsNotes(java.util.List value)
          Sets the value of the 'Semantics Notes' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
generated
Method Detail

getEnumerator

org.eclipse.emf.common.util.EList getEnumerator()
Returns the value of the 'Enumerator' containment reference list. The list contents are of type Enumerator.

If the meaning of the 'Enumerator' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Enumerator' containment reference list.
See Also:
OmtPackage.getEnumeratedData_Enumerator()
generated
model
type="org.eodisp.hla.crc.omt.Enumerator" containment="true" required="true" extendedMetaData="kind='element' name='enumerator' namespace='##targetNamespace'"

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), OmtPackage.getEnumeratedData_Name()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.NMTOKEN" required="true" extendedMetaData="kind='attribute' name='name' namespace='##targetNamespace'"

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
generated

getNameNotes

java.util.List getNameNotes()
Returns the value of the 'Name Notes' attribute.

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

Returns:
the value of the 'Name Notes' attribute.
See Also:
setNameNotes(List), OmtPackage.getEnumeratedData_NameNotes()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.NMTOKENS" many="false" extendedMetaData="kind='attribute' name='nameNotes' namespace='##targetNamespace'"

setNameNotes

void setNameNotes(java.util.List value)
Sets the value of the 'Name Notes' attribute.

Parameters:
value - the new value of the 'Name Notes' attribute.
See Also:
getNameNotes()
generated

getRepresentation

java.lang.String getRepresentation()
Returns the value of the 'Representation' attribute.

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

Returns:
the value of the 'Representation' attribute.
See Also:
setRepresentation(String), OmtPackage.getEnumeratedData_Representation()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.NMTOKEN" extendedMetaData="kind='attribute' name='representation' namespace='##targetNamespace'"

setRepresentation

void setRepresentation(java.lang.String value)
Sets the value of the 'Representation' attribute.

Parameters:
value - the new value of the 'Representation' attribute.
See Also:
getRepresentation()
generated

getRepresentationNotes

java.util.List getRepresentationNotes()
Returns the value of the 'Representation Notes' attribute.

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

Returns:
the value of the 'Representation Notes' attribute.
See Also:
setRepresentationNotes(List), OmtPackage.getEnumeratedData_RepresentationNotes()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.NMTOKENS" many="false" extendedMetaData="kind='attribute' name='representationNotes' namespace='##targetNamespace'"

setRepresentationNotes

void setRepresentationNotes(java.util.List value)
Sets the value of the 'Representation Notes' attribute.

Parameters:
value - the new value of the 'Representation Notes' attribute.
See Also:
getRepresentationNotes()
generated

getSemantics

java.lang.Object getSemantics()
Returns the value of the 'Semantics' attribute.

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

Returns:
the value of the 'Semantics' attribute.
See Also:
setSemantics(Object), OmtPackage.getEnumeratedData_Semantics()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.AnySimpleType" extendedMetaData="kind='attribute' name='semantics' namespace='##targetNamespace'"

setSemantics

void setSemantics(java.lang.Object value)
Sets the value of the 'Semantics' attribute.

Parameters:
value - the new value of the 'Semantics' attribute.
See Also:
getSemantics()
generated

getSemanticsNotes

java.util.List getSemanticsNotes()
Returns the value of the 'Semantics Notes' attribute.

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

Returns:
the value of the 'Semantics Notes' attribute.
See Also:
setSemanticsNotes(List), OmtPackage.getEnumeratedData_SemanticsNotes()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.NMTOKENS" many="false" extendedMetaData="kind='attribute' name='semanticsNotes' namespace='##targetNamespace'"

setSemanticsNotes

void setSemanticsNotes(java.util.List value)
Sets the value of the 'Semantics Notes' attribute.

Parameters:
value - the new value of the 'Semantics Notes' attribute.
See Also:
getSemanticsNotes()
generated