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, setClassObjects
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.epsilon.hutn.model.hutn.ModelElement
getCol, getLine, setCol, setLine
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods 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:
getClassObjects
in interfaceClassObjectSlot<ClassObject>
- Returns:
- the value of the 'Class Objects' containment reference list.
- See Also:
-