Interface Enum
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,SimpleDomainObject
A representation of the model object 'Enum'.
The following features are supported:
- See Also:
- Model:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<EnumAttribute>
Returns the value of the 'Attributes' containment reference list.org.eclipse.emf.common.util.EList<EnumValue>
Returns the value of the 'Values' containment reference list.boolean
Returns the value of the 'Defines Aggregate Lifecycle' attribute.boolean
Returns the value of the 'Ordinal' attribute.void
setDefinesAggregateLifecycle
(boolean value) Sets the value of the 'Defines Aggregate Lifecycle
' attribute.void
setOrdinal
(boolean value) Sets the value of the 'Ordinal
' attribute.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
-
isDefinesAggregateLifecycle
boolean isDefinesAggregateLifecycle()Returns the value of the 'Defines Aggregate Lifecycle' attribute.- Returns:
- the value of the 'Defines Aggregate Lifecycle' attribute.
- See Also:
- Model:
- Generated:
-
setDefinesAggregateLifecycle
void setDefinesAggregateLifecycle(boolean value) Sets the value of the 'Defines Aggregate Lifecycle
' attribute.- Parameters:
value
- the new value of the 'Defines Aggregate Lifecycle' attribute.- See Also:
- Generated:
-
isOrdinal
boolean isOrdinal()Returns the value of the 'Ordinal' attribute.- Returns:
- the value of the 'Ordinal' attribute.
- See Also:
- Model:
- Generated:
-
setOrdinal
void setOrdinal(boolean value) Sets the value of the 'Ordinal
' attribute.- Parameters:
value
- the new value of the 'Ordinal' attribute.- See Also:
- Generated:
-
getAttributes
org.eclipse.emf.common.util.EList<EnumAttribute> getAttributes()Returns the value of the 'Attributes' containment reference list. The list contents are of typeEnumAttribute
.- Returns:
- the value of the 'Attributes' containment reference list.
- See Also:
- Model:
- containment="true"
- Generated:
-
getValues
org.eclipse.emf.common.util.EList<EnumValue> getValues()Returns the value of the 'Values' containment reference list. The list contents are of typeEnumValue
.- Returns:
- the value of the 'Values' containment reference list.
- See Also:
- Model:
- containment="true"
- Generated:
-