Package com.sodius.mdw.metamodel.doors
Interface AggregatedElement
-
- All Superinterfaces:
Comparable<Object>
,DoorsElement
,org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.EObject
,Item
,MDWEObject
,MDWObject
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,com.sodius.mdw.corext.model.emf.OnDemandEObject
,SituatedElement
public interface AggregatedElement extends SituatedElement, Item
A representation of the model object 'Aggregated Element'.The following features are supported:
- See Also:
DoorsPackage.getAggregatedElement()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MDWEList<Item>
getOwnedItems()
Returns the value of the 'Owned Items' containment reference list.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
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 com.sodius.mdw.metamodel.doors.Item
getDescription, getOwner, getQualifiedName, getUniqueID, setDescription, setOwner
-
Methods inherited from interface com.sodius.mdw.core.model.MDWObject
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
-
Methods inherited from interface com.sodius.mdw.metamodel.doors.NamedElement
getName, setName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface com.sodius.mdw.metamodel.doors.SituatedElement
getURL, setURL
-
-
-
-
Method Detail
-
getOwnedItems
MDWEList<Item> getOwnedItems()
Returns the value of the 'Owned Items' containment reference list. The list contents are of typeItem
. It is bidirectional and its opposite is 'Owner
'.- Returns:
- the value of the 'Owned Items' containment reference list.
- See Also:
DoorsPackage.getAggregatedElement_OwnedItems()
,Item.getOwner()
-
-