Class AggregationKindEnum
java.lang.Object
org.eclipse.emf.common.util.AbstractEnumerator
com.nomagic.uml2.ext.magicdraw.classes.mdkernel.AggregationKindEnum
- All Implemented Interfaces:
AggregationKind
,Serializable
,javax.jmi.reflect.RefEnum
,org.eclipse.emf.common.util.Enumerator
public final class AggregationKindEnum
extends org.eclipse.emf.common.util.AbstractEnumerator
implements AggregationKind
A representation of the literals of the enumeration 'Aggregation Kind',
and utility methods for working with them.
AggregationKind is an Enumeration for specifying the kind of aggregation of a Property.
- See Also:
-
com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getAggregationKindEnum()
- Serialized Form
- Model:
- annotation="MOF package='classes.mdkernel'"
- Generated:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AggregationKind
The 'Composite' literal object.static final int
The 'Composite' literal value.static final AggregationKind
The 'None' literal object.static final int
The 'None' literal value.static final AggregationKind
The 'Shared' literal object.static final int
The 'Shared' literal value.static final List
A public read-only list of all the 'Aggregation Kind' enumerators. -
Method Summary
Modifier and TypeMethodDescriptionstatic AggregationKindEnum
get
(int value) Returns the 'Aggregation Kind' literal with the specified integer value.static AggregationKindEnum
Returns the 'Aggregation Kind' literal with the specified literal value.static AggregationKindEnum
Returns the 'Aggregation Kind' literal with the specified name.Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getLiteral, getName, getValue, toString, writeReplace
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface javax.jmi.reflect.RefEnum
equals, hashCode, toString
-
Field Details
-
NONE_VALUE
public static final int NONE_VALUEThe 'None' literal value. Indicates that the Property has no aggregation.- See Also:
- Model:
- name="none"
- Generated:
-
SHARED_VALUE
public static final int SHARED_VALUEThe 'Shared' literal value. Indicates that the Property has shared aggregation.- See Also:
- Model:
- name="shared"
- Generated:
-
COMPOSITE_VALUE
public static final int COMPOSITE_VALUEThe 'Composite' literal value. Indicates that the Property is aggregated compositely, i.e., the composite object has responsibility for the existence and storage of the composed objects (parts).- See Also:
- Model:
- name="composite"
- Generated:
-
NONE
The 'None' literal object.- See Also:
- Generated:
-
SHARED
The 'Shared' literal object.- See Also:
- Generated:
-
COMPOSITE
The 'Composite' literal object.- See Also:
- Generated:
-
VALUES
A public read-only list of all the 'Aggregation Kind' enumerators.- Generated:
-
-
Method Details
-
refTypeName
- Specified by:
refTypeName
in interfacejavax.jmi.reflect.RefEnum
-
get
Returns the 'Aggregation Kind' literal with the specified literal value.- Generated:
-
getByName
Returns the 'Aggregation Kind' literal with the specified name.- Generated:
-
get
Returns the 'Aggregation Kind' literal with the specified integer value.- Generated:
-