public final class TransitionKind extends AbstractEnumerator
UMLPackage.getTransitionKind()
,
Serialized FormModifier and Type | Field and Description |
---|---|
static int |
EXTERNAL
The 'External' literal value
|
static TransitionKind |
EXTERNAL_LITERAL
The 'External' literal object
|
static int |
INTERNAL
The 'Internal' literal value
|
static TransitionKind |
INTERNAL_LITERAL
The 'Internal' literal object
|
static int |
LOCAL
The 'Local' literal value
|
static TransitionKind |
LOCAL_LITERAL
The 'Local' literal object
|
static List |
VALUES
A public read-only list of all the 'Transition Kind' enumerators
|
Modifier and Type | Method and Description |
---|---|
static TransitionKind |
get(int value)
Returns the 'Transition Kind' literal with the specified integer value
|
static TransitionKind |
get(String literal)
Returns the 'Transition Kind' literal with the specified literal value
|
static TransitionKind |
getByName(String name)
Returns the 'Transition Kind' literal with the specified name
|
getLiteral, getName, getValue, toString, writeReplace
public static final int INTERNAL
INTERNAL_LITERAL
,
Constant Field Valuespublic static final int LOCAL
LOCAL_LITERAL
,
Constant Field Valuespublic static final int EXTERNAL
EXTERNAL_LITERAL
,
Constant Field Valuespublic static final TransitionKind INTERNAL_LITERAL
INTERNAL
public static final TransitionKind LOCAL_LITERAL
LOCAL
public static final TransitionKind EXTERNAL_LITERAL
EXTERNAL
public static final List VALUES
public static TransitionKind get(String literal)
public static TransitionKind getByName(String name)
public static TransitionKind get(int value)