public final class ExpansionKindEnum extends org.eclipse.emf.common.util.AbstractEnumerator implements ExpansionKind
com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getExpansionKindEnum()
,
Serialized FormModifier and Type | Field and Description |
---|---|
static ExpansionKind |
ITERATIVE
The 'Iterative' literal object.
|
static int |
ITERATIVE_VALUE
The 'Iterative' literal value.
|
static ExpansionKind |
PARALLEL
The 'Parallel' literal object.
|
static int |
PARALLEL_VALUE
The 'Parallel' literal value.
|
static ExpansionKind |
STREAM
The 'Stream' literal object.
|
static int |
STREAM_VALUE
The 'Stream' literal value.
|
static java.util.List |
VALUES
A public read-only list of all the 'Expansion Kind' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static ExpansionKindEnum |
get(int value)
Returns the 'Expansion Kind' literal with the specified integer value.
|
static ExpansionKindEnum |
get(java.lang.String literal)
Returns the 'Expansion Kind' literal with the specified literal value.
|
static ExpansionKindEnum |
getByName(java.lang.String name)
Returns the 'Expansion Kind' literal with the specified name.
|
java.util.List |
refTypeName() |
getLiteral, getName, getValue, toString, writeReplace
public static final int PARALLEL_VALUE
PARALLEL
,
Constant Field Valuespublic static final int ITERATIVE_VALUE
ITERATIVE
,
Constant Field Valuespublic static final int STREAM_VALUE
STREAM
,
Constant Field Valuespublic static final ExpansionKind PARALLEL
PARALLEL_VALUE
public static final ExpansionKind ITERATIVE
ITERATIVE_VALUE
public static final ExpansionKind STREAM
STREAM_VALUE
public static final java.util.List VALUES
public java.util.List refTypeName()
refTypeName
in interface javax.jmi.reflect.RefEnum
public static ExpansionKindEnum get(java.lang.String literal)
public static ExpansionKindEnum getByName(java.lang.String name)
public static ExpansionKindEnum get(int value)