public final class AggregationKindEnum extends org.eclipse.emf.common.util.AbstractEnumerator implements AggregationKind
com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getAggregationKindEnum()
,
Serialized FormModifier and Type | Field and Description |
---|---|
static AggregationKind |
COMPOSITE
The 'Composite' literal object.
|
static int |
COMPOSITE_VALUE
The 'Composite' literal value.
|
static AggregationKind |
NONE
The 'None' literal object.
|
static int |
NONE_VALUE
The 'None' literal value.
|
static AggregationKind |
SHARED
The 'Shared' literal object.
|
static int |
SHARED_VALUE
The 'Shared' literal value.
|
static java.util.List |
VALUES
A public read-only list of all the 'Aggregation Kind' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static AggregationKindEnum |
get(int value)
Returns the 'Aggregation Kind' literal with the specified integer value.
|
static AggregationKindEnum |
get(java.lang.String literal)
Returns the 'Aggregation Kind' literal with the specified literal value.
|
static AggregationKindEnum |
getByName(java.lang.String name)
Returns the 'Aggregation Kind' literal with the specified name.
|
java.util.List |
refTypeName() |
getLiteral, getName, getValue, toString, writeReplace
public static final int NONE_VALUE
NONE
,
Constant Field Valuespublic static final int SHARED_VALUE
SHARED
,
Constant Field Valuespublic static final int COMPOSITE_VALUE
COMPOSITE
,
Constant Field Valuespublic static final AggregationKind NONE
NONE_VALUE
public static final AggregationKind SHARED
SHARED_VALUE
public static final AggregationKind COMPOSITE
COMPOSITE_VALUE
public static final java.util.List VALUES
public java.util.List refTypeName()
refTypeName
in interface javax.jmi.reflect.RefEnum
public static AggregationKindEnum get(java.lang.String literal)
public static AggregationKindEnum getByName(java.lang.String name)
public static AggregationKindEnum get(int value)