org.eodisp.hla.crc.omt
Interface SimpleDataTypes

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

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

A representation of the model object 'Simple Data Types'.

The following features are supported:

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

Field Summary
static java.lang.String copyright
           
 
Method Summary
 org.eclipse.emf.common.util.EList getSimpleData()
          Returns the value of the 'Simple Data' containment reference list.
 
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

getSimpleData

org.eclipse.emf.common.util.EList getSimpleData()
Returns the value of the 'Simple Data' containment reference list. The list contents are of type SimpleData.

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

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