public final class AggregationKind extends AbstractEnumerator
UMLPackage.getAggregationKind()
,
Serialized FormModifier and Type | Field and Description |
---|---|
static int |
COMPOSITE
The 'Composite' literal value
|
static AggregationKind |
COMPOSITE_LITERAL
The 'Composite' literal object
|
static int |
NONE
The 'None' literal value
|
static AggregationKind |
NONE_LITERAL
The 'None' literal object
|
static int |
SHARED
The 'Shared' literal value
|
static AggregationKind |
SHARED_LITERAL
The 'Shared' literal object
|
static List |
VALUES
A public read-only list of all the 'Aggregation Kind' enumerators
|
Modifier and Type | Method and Description |
---|---|
static AggregationKind |
get(int value)
Returns the 'Aggregation Kind' literal with the specified integer value
|
static AggregationKind |
get(String literal)
Returns the 'Aggregation Kind' literal with the specified literal value
|
static AggregationKind |
getByName(String name)
Returns the 'Aggregation Kind' literal with the specified name
|
getLiteral, getName, getValue, toString, writeReplace
public static final int NONE
NONE_LITERAL
,
Constant Field Valuespublic static final int SHARED
SHARED_LITERAL
,
Constant Field Valuespublic static final int COMPOSITE
COMPOSITE_LITERAL
,
Constant Field Valuespublic static final AggregationKind NONE_LITERAL
NONE
public static final AggregationKind SHARED_LITERAL
SHARED
public static final AggregationKind COMPOSITE_LITERAL
COMPOSITE
public static final List VALUES
public static AggregationKind get(String literal)
public static AggregationKind getByName(String name)
public static AggregationKind get(int value)