org.eodisp.hla.crc.omt
Interface DataTypes

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

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

A representation of the model object 'Data Types'.

The following features are supported:

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

Field Summary
static java.lang.String copyright
           
 
Method Summary
 ArrayDataTypes getArrayDataTypes()
          Returns the value of the 'Array Data Types' containment reference.
 BasicDataRepresentations getBasicDataRepresentations()
          Returns the value of the 'Basic Data Representations' containment reference.
 EnumeratedDataTypes getEnumeratedDataTypes()
          Returns the value of the 'Enumerated Data Types' containment reference.
 FixedRecordDataTypes getFixedRecordDataTypes()
          Returns the value of the 'Fixed Record Data Types' containment reference.
 SimpleDataTypes getSimpleDataTypes()
          Returns the value of the 'Simple Data Types' containment reference.
 VariantRecordDataTypes getVariantRecordDataTypes()
          Returns the value of the 'Variant Record Data Types' containment reference.
 void setArrayDataTypes(ArrayDataTypes value)
          Sets the value of the 'Array Data Types' containment reference.
 void setBasicDataRepresentations(BasicDataRepresentations value)
          Sets the value of the 'Basic Data Representations' containment reference.
 void setEnumeratedDataTypes(EnumeratedDataTypes value)
          Sets the value of the 'Enumerated Data Types' containment reference.
 void setFixedRecordDataTypes(FixedRecordDataTypes value)
          Sets the value of the 'Fixed Record Data Types' containment reference.
 void setSimpleDataTypes(SimpleDataTypes value)
          Sets the value of the 'Simple Data Types' containment reference.
 void setVariantRecordDataTypes(VariantRecordDataTypes value)
          Sets the value of the 'Variant Record Data Types' containment reference.
 
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

getBasicDataRepresentations

BasicDataRepresentations getBasicDataRepresentations()
Returns the value of the 'Basic Data Representations' containment reference.

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

Returns:
the value of the 'Basic Data Representations' containment reference.
See Also:
setBasicDataRepresentations(BasicDataRepresentations), OmtPackage.getDataTypes_BasicDataRepresentations()
generated
model
containment="true" required="true" extendedMetaData="kind='element' name='basicDataRepresentations' namespace='##targetNamespace'"

setBasicDataRepresentations

void setBasicDataRepresentations(BasicDataRepresentations value)
Sets the value of the 'Basic Data Representations' containment reference.

Parameters:
value - the new value of the 'Basic Data Representations' containment reference.
See Also:
getBasicDataRepresentations()
generated

getSimpleDataTypes

SimpleDataTypes getSimpleDataTypes()
Returns the value of the 'Simple Data Types' containment reference.

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

Returns:
the value of the 'Simple Data Types' containment reference.
See Also:
setSimpleDataTypes(SimpleDataTypes), OmtPackage.getDataTypes_SimpleDataTypes()
generated
model
containment="true" extendedMetaData="kind='element' name='simpleDataTypes' namespace='##targetNamespace'"

setSimpleDataTypes

void setSimpleDataTypes(SimpleDataTypes value)
Sets the value of the 'Simple Data Types' containment reference.

Parameters:
value - the new value of the 'Simple Data Types' containment reference.
See Also:
getSimpleDataTypes()
generated

getEnumeratedDataTypes

EnumeratedDataTypes getEnumeratedDataTypes()
Returns the value of the 'Enumerated Data Types' containment reference.

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

Returns:
the value of the 'Enumerated Data Types' containment reference.
See Also:
setEnumeratedDataTypes(EnumeratedDataTypes), OmtPackage.getDataTypes_EnumeratedDataTypes()
generated
model
containment="true" extendedMetaData="kind='element' name='enumeratedDataTypes' namespace='##targetNamespace'"

setEnumeratedDataTypes

void setEnumeratedDataTypes(EnumeratedDataTypes value)
Sets the value of the 'Enumerated Data Types' containment reference.

Parameters:
value - the new value of the 'Enumerated Data Types' containment reference.
See Also:
getEnumeratedDataTypes()
generated

getArrayDataTypes

ArrayDataTypes getArrayDataTypes()
Returns the value of the 'Array Data Types' containment reference.

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

Returns:
the value of the 'Array Data Types' containment reference.
See Also:
setArrayDataTypes(ArrayDataTypes), OmtPackage.getDataTypes_ArrayDataTypes()
generated
model
containment="true" extendedMetaData="kind='element' name='arrayDataTypes' namespace='##targetNamespace'"

setArrayDataTypes

void setArrayDataTypes(ArrayDataTypes value)
Sets the value of the 'Array Data Types' containment reference.

Parameters:
value - the new value of the 'Array Data Types' containment reference.
See Also:
getArrayDataTypes()
generated

getFixedRecordDataTypes

FixedRecordDataTypes getFixedRecordDataTypes()
Returns the value of the 'Fixed Record Data Types' containment reference.

If the meaning of the 'Fixed Record Data Types' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Fixed Record Data Types' containment reference.
See Also:
setFixedRecordDataTypes(FixedRecordDataTypes), OmtPackage.getDataTypes_FixedRecordDataTypes()
generated
model
containment="true" extendedMetaData="kind='element' name='fixedRecordDataTypes' namespace='##targetNamespace'"

setFixedRecordDataTypes

void setFixedRecordDataTypes(FixedRecordDataTypes value)
Sets the value of the 'Fixed Record Data Types' containment reference.

Parameters:
value - the new value of the 'Fixed Record Data Types' containment reference.
See Also:
getFixedRecordDataTypes()
generated

getVariantRecordDataTypes

VariantRecordDataTypes getVariantRecordDataTypes()
Returns the value of the 'Variant Record Data Types' containment reference.

If the meaning of the 'Variant Record Data Types' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Variant Record Data Types' containment reference.
See Also:
setVariantRecordDataTypes(VariantRecordDataTypes), OmtPackage.getDataTypes_VariantRecordDataTypes()
generated
model
containment="true" extendedMetaData="kind='element' name='variantRecordDataTypes' namespace='##targetNamespace'"

setVariantRecordDataTypes

void setVariantRecordDataTypes(VariantRecordDataTypes value)
Sets the value of the 'Variant Record Data Types' containment reference.

Parameters:
value - the new value of the 'Variant Record Data Types' containment reference.
See Also:
getVariantRecordDataTypes()
generated