public final class StatechartImplementation
extends org.eclipse.emf.common.util.AbstractEnumerator
RhapsodyPackage.getStatechartImplementation()
,
Serialized FormModifier and Type | Field and Description |
---|---|
static int |
FLAT
The 'Flat' literal value.
|
static StatechartImplementation |
FLAT_LITERAL
The 'Flat' literal object.
|
static int |
REUSABLE
The 'Reusable' literal value.
|
static StatechartImplementation |
REUSABLE_LITERAL
The 'Reusable' literal object.
|
static int |
UNKNOWN
The 'Unknown' literal value.
|
static StatechartImplementation |
UNKNOWN_LITERAL
The 'Unknown' literal object.
|
static java.util.List |
VALUES
A public read-only list of all the 'Statechart Implementation' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static StatechartImplementation |
get(int value)
Returns the 'Statechart Implementation' literal with the specified integer value.
|
static StatechartImplementation |
get(java.lang.String literal)
Returns the 'Statechart Implementation' literal with the specified literal value.
|
static StatechartImplementation |
getByName(java.lang.String name)
Returns the 'Statechart Implementation' literal with the specified name.
|
public static final int FLAT
FLAT_LITERAL
,
Constant Field Valuespublic static final int REUSABLE
REUSABLE_LITERAL
,
Constant Field Valuespublic static final int UNKNOWN
UNKNOWN_LITERAL
,
Constant Field Valuespublic static final StatechartImplementation FLAT_LITERAL
FLAT
public static final StatechartImplementation REUSABLE_LITERAL
REUSABLE
public static final StatechartImplementation UNKNOWN_LITERAL
UNKNOWN
public static final java.util.List VALUES
public static StatechartImplementation get(java.lang.String literal)
public static StatechartImplementation getByName(java.lang.String name)
public static StatechartImplementation get(int value)