org.eodisp.hla.crc.omt
Interface Objects

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

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

A representation of the model object 'Objects'.

The following features are supported:

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

Field Summary
static java.lang.String copyright
           
 
Method Summary
 org.eclipse.emf.common.util.EList getAllObjectClasses()
           
 org.eclipse.emf.common.util.EList getObjectClass()
          Returns the value of the 'Object Class' 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

getObjectClass

org.eclipse.emf.common.util.EList getObjectClass()
Returns the value of the 'Object Class' containment reference list. The list contents are of type ObjectClass.

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

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

getAllObjectClasses

org.eclipse.emf.common.util.EList getAllObjectClasses()