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
FieldsModifier and TypeFieldDescriptionstatic final AggregationKindThe 'Composite' literal object.static final intThe 'Composite' literal value.static final AggregationKindThe 'None' literal object.static final intThe 'None' literal value.static final AggregationKindThe 'Shared' literal object.static final intThe 'Shared' literal value.static final ListA public read-only list of all the 'Aggregation Kind' enumerators. -
Method Summary
Modifier and TypeMethodDescriptionstatic AggregationKindEnumget(int value) Returns the 'Aggregation Kind' literal with the specified integer value.static AggregationKindEnumReturns the 'Aggregation Kind' literal with the specified literal value.static AggregationKindEnumReturns the 'Aggregation Kind' literal with the specified name.Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getLiteral, getName, getValue, toString, writeReplaceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:
refTypeNamein 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:
-