public final class ExpansionKind extends AbstractEnumerator
UMLPackage.getExpansionKind()
,
Serialized FormModifier and Type | Field and Description |
---|---|
static int |
ITERATIVE
The 'Iterative' literal value
|
static ExpansionKind |
ITERATIVE_LITERAL
The 'Iterative' literal object
|
static int |
PARALLEL
The 'Parallel' literal value
|
static ExpansionKind |
PARALLEL_LITERAL
The 'Parallel' literal object
|
static int |
STREAM
The 'Stream' literal value
|
static ExpansionKind |
STREAM_LITERAL
The 'Stream' literal object
|
static List |
VALUES
A public read-only list of all the 'Expansion Kind' enumerators
|
Modifier and Type | Method and Description |
---|---|
static ExpansionKind |
get(int value)
Returns the 'Expansion Kind' literal with the specified integer value
|
static ExpansionKind |
get(String literal)
Returns the 'Expansion Kind' literal with the specified literal value
|
static ExpansionKind |
getByName(String name)
Returns the 'Expansion Kind' literal with the specified name
|
getLiteral, getName, getValue, toString, writeReplace
public static final int PARALLEL
PARALLEL_LITERAL
,
Constant Field Valuespublic static final int ITERATIVE
ITERATIVE_LITERAL
,
Constant Field Valuespublic static final int STREAM
STREAM_LITERAL
,
Constant Field Valuespublic static final ExpansionKind PARALLEL_LITERAL
PARALLEL
public static final ExpansionKind ITERATIVE_LITERAL
ITERATIVE
public static final ExpansionKind STREAM_LITERAL
STREAM
public static final List VALUES
public static ExpansionKind get(String literal)
public static ExpansionKind getByName(String name)
public static ExpansionKind get(int value)