org.eodisp.hla.crc.omt
Interface VariantRecordData

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

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

A representation of the model object 'Variant Record Data'.

The following features are supported:

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

Field Summary
static java.lang.String copyright
           
 
Method Summary
 org.eclipse.emf.common.util.EList getAlternative()
          Returns the value of the 'Alternative' containment reference list.
 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 getDiscriminant()
          Returns the value of the 'Discriminant' attribute.
 java.util.List getDiscriminantNotes()
          Returns the value of the 'Discriminant Notes' attribute.
 java.lang.Object getEncoding()
          Returns the value of the 'Encoding' attribute.
 java.util.List getEncodingNotes()
          Returns the value of the 'Encoding 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 setDiscriminant(java.lang.Object value)
          Sets the value of the 'Discriminant' attribute.
 void setDiscriminantNotes(java.util.List value)
          Sets the value of the 'Discriminant Notes' attribute.
 void setEncoding(java.lang.Object value)
          Sets the value of the 'Encoding' attribute.
 void setEncodingNotes(java.util.List value)
          Sets the value of the 'Encoding 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

getAlternative

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

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

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

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

getDiscriminant

java.lang.Object getDiscriminant()
Returns the value of the 'Discriminant' attribute.

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

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

setDiscriminant

void setDiscriminant(java.lang.Object value)
Sets the value of the 'Discriminant' attribute.

Parameters:
value - the new value of the 'Discriminant' attribute.
See Also:
getDiscriminant()
generated

getDiscriminantNotes

java.util.List getDiscriminantNotes()
Returns the value of the 'Discriminant Notes' attribute.

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

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

setDiscriminantNotes

void setDiscriminantNotes(java.util.List value)
Sets the value of the 'Discriminant Notes' attribute.

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

getEncoding

java.lang.Object getEncoding()
Returns the value of the 'Encoding' attribute.

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

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

setEncoding

void setEncoding(java.lang.Object value)
Sets the value of the 'Encoding' attribute.

Parameters:
value - the new value of the 'Encoding' attribute.
See Also:
getEncoding()
generated

getEncodingNotes

java.util.List getEncodingNotes()
Returns the value of the 'Encoding Notes' attribute.

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

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

setEncodingNotes

void setEncodingNotes(java.util.List value)
Sets the value of the 'Encoding Notes' attribute.

Parameters:
value - the new value of the 'Encoding Notes' attribute.
See Also:
getEncodingNotes()
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.getVariantRecordData_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.getVariantRecordData_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.getVariantRecordData_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.getVariantRecordData_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