Interface Trait
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,SimpleDomainObject
A representation of the model object 'Trait'.
The following features are supported:
- See Also:
- Model:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Association>
Returns the value of the 'Associations' containment reference list.org.eclipse.emf.common.util.EList<Attribute>
Returns the value of the 'Attributes' containment reference list.org.eclipse.emf.common.util.EList<DomainObjectOperation>
Returns the value of the 'Operations' containment reference list.org.eclipse.emf.common.util.EList<Reference>
Returns the value of the 'References' containment reference list.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.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface org.contextmapper.tactic.dsl.tacticdsl.SimpleDomainObject
getDoc, getHint, getName, getPackage, setDoc, setHint, setName, setPackage
-
Method Details
-
getAttributes
org.eclipse.emf.common.util.EList<Attribute> getAttributes()Returns the value of the 'Attributes' containment reference list. The list contents are of typeAttribute
.- Returns:
- the value of the 'Attributes' containment reference list.
- See Also:
- Model:
- containment="true"
- Generated:
-
getReferences
org.eclipse.emf.common.util.EList<Reference> getReferences()Returns the value of the 'References' containment reference list. The list contents are of typeReference
.- Returns:
- the value of the 'References' containment reference list.
- See Also:
- Model:
- containment="true"
- Generated:
-
getOperations
org.eclipse.emf.common.util.EList<DomainObjectOperation> getOperations()Returns the value of the 'Operations' containment reference list. The list contents are of typeDomainObjectOperation
.- Returns:
- the value of the 'Operations' containment reference list.
- See Also:
- Model:
- containment="true"
- Generated:
-
getAssociations
org.eclipse.emf.common.util.EList<Association> getAssociations()Returns the value of the 'Associations' containment reference list. The list contents are of typeAssociation
.- Returns:
- the value of the 'Associations' containment reference list.
- See Also:
- Model:
- containment="true"
- Generated:
-