Interface ContainmentSlot
- All Superinterfaces:
ClassObjectSlot<ClassObject>,org.eclipse.emf.ecore.EObject,ModelElement,org.eclipse.emf.common.notify.Notifier,Slot<ClassObject>
- All Known Implementing Classes:
ContainmentSlotImpl
A representation of the model object 'Containment Slot'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<ClassObject>Returns the value of the 'Class Objects' containment reference list.Methods inherited from interface org.eclipse.epsilon.hutn.model.hutn.ClassObjectSlot
addClassObject, setClassObjectsMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.epsilon.hutn.model.hutn.ModelElement
getCol, getLine, setCol, setLineMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface org.eclipse.epsilon.hutn.model.hutn.Slot
compatibleWith, getEStructuralFeature, getFeature, getOwner, getValues, hasEStructuralFeature, multiplicityCompatibleWith, setFeature, setOwner, setValues, typeCompatibleWith
-
Method Details
-
getClassObjects
org.eclipse.emf.common.util.EList<ClassObject> getClassObjects()Returns the value of the 'Class Objects' containment reference list. The list contents are of typeClassObject.If the meaning of the 'Class Objects' containment reference list isn't clear, there really should be more of a description here...
- Specified by:
getClassObjectsin interfaceClassObjectSlot<ClassObject>- Returns:
- the value of the 'Class Objects' containment reference list.
- See Also:
-