org.eodisp.hla.crc.omt
Interface Alternative

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

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

A representation of the model object 'Alternative'.

The following features are supported:

See Also:
OmtPackage.getAlternative()
generated
model
extendedMetaData="name='Alternative' kind='empty'"

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getDataType()
          Returns the value of the 'Data Type' attribute.
 java.util.List getDataTypeNotes()
          Returns the value of the 'Data Type Notes' attribute.
 java.lang.Object getEnumerator()
          Returns the value of the 'Enumerator' attribute.
 java.util.List getEnumeratorNotes()
          Returns the value of the 'Enumerator Notes' attribute.
 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.Object getSemantics()
          Returns the value of the 'Semantics' attribute.
 java.util.List getSemanticsNotes()
          Returns the value of the 'Semantics Notes' attribute.
 void setDataType(java.lang.String value)
          Sets the value of the 'Data Type' attribute.
 void setDataTypeNotes(java.util.List value)
          Sets the value of the 'Data Type Notes' attribute.
 void setEnumerator(java.lang.Object value)
          Sets the value of the 'Enumerator' attribute.
 void setEnumeratorNotes(java.util.List value)
          Sets the value of the 'Enumerator 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 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

getDataType

java.lang.String getDataType()
Returns the value of the 'Data Type' attribute.

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

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

setDataType

void setDataType(java.lang.String value)
Sets the value of the 'Data Type' attribute.

Parameters:
value - the new value of the 'Data Type' attribute.
See Also:
getDataType()
generated

getDataTypeNotes

java.util.List getDataTypeNotes()
Returns the value of the 'Data Type Notes' attribute.

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

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

setDataTypeNotes

void setDataTypeNotes(java.util.List value)
Sets the value of the 'Data Type Notes' attribute.

Parameters:
value - the new value of the 'Data Type Notes' attribute.
See Also:
getDataTypeNotes()
generated

getEnumerator

java.lang.Object getEnumerator()
Returns the value of the 'Enumerator' attribute.

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

Returns:
the value of the 'Enumerator' attribute.
See Also:
setEnumerator(Object), OmtPackage.getAlternative_Enumerator()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.AnySimpleType" required="true" extendedMetaData="kind='attribute' name='enumerator' namespace='##targetNamespace'"

setEnumerator

void setEnumerator(java.lang.Object value)
Sets the value of the 'Enumerator' attribute.

Parameters:
value - the new value of the 'Enumerator' attribute.
See Also:
getEnumerator()
generated

getEnumeratorNotes

java.util.List getEnumeratorNotes()
Returns the value of the 'Enumerator Notes' attribute.

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

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

setEnumeratorNotes

void setEnumeratorNotes(java.util.List value)
Sets the value of the 'Enumerator Notes' attribute.

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

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.getAlternative_Name()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.NMTOKEN" 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.getAlternative_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

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.getAlternative_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.getAlternative_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