public final class PseudostateKind extends AbstractEnumerator
UMLPackage.getPseudostateKind()
,
Serialized FormModifier and Type | Field and Description |
---|---|
static int |
CHOICE
The 'Choice' literal value
|
static PseudostateKind |
CHOICE_LITERAL
The 'Choice' literal object
|
static int |
DEEP_HISTORY
The 'Deep History' literal value
|
static PseudostateKind |
DEEP_HISTORY_LITERAL
The 'Deep History' literal object
|
static int |
ENTRY_POINT
The 'Entry Point' literal value
|
static PseudostateKind |
ENTRY_POINT_LITERAL
The 'Entry Point' literal object
|
static int |
EXIT_POINT
The 'Exit Point' literal value
|
static PseudostateKind |
EXIT_POINT_LITERAL
The 'Exit Point' literal object
|
static int |
FORK
The 'Fork' literal value
|
static PseudostateKind |
FORK_LITERAL
The 'Fork' literal object
|
static int |
INITIAL
The 'Initial' literal value
|
static PseudostateKind |
INITIAL_LITERAL
The 'Initial' literal object
|
static int |
JOIN
The 'Join' literal value
|
static PseudostateKind |
JOIN_LITERAL
The 'Join' literal object
|
static int |
JUNCTION
The 'Junction' literal value
|
static PseudostateKind |
JUNCTION_LITERAL
The 'Junction' literal object
|
static int |
SHALLOW_HISTORY
The 'Shallow History' literal value
|
static PseudostateKind |
SHALLOW_HISTORY_LITERAL
The 'Shallow History' literal object
|
static int |
TERMINATE
The 'Terminate' literal value
|
static PseudostateKind |
TERMINATE_LITERAL
The 'Terminate' literal object
|
static List |
VALUES
A public read-only list of all the 'Pseudostate Kind' enumerators
|
Modifier and Type | Method and Description |
---|---|
static PseudostateKind |
get(int value)
Returns the 'Pseudostate Kind' literal with the specified integer value
|
static PseudostateKind |
get(String literal)
Returns the 'Pseudostate Kind' literal with the specified literal value
|
static PseudostateKind |
getByName(String name)
Returns the 'Pseudostate Kind' literal with the specified name
|
getLiteral, getName, getValue, toString, writeReplace
public static final int INITIAL
INITIAL_LITERAL
,
Constant Field Valuespublic static final int DEEP_HISTORY
DEEP_HISTORY_LITERAL
,
Constant Field Valuespublic static final int SHALLOW_HISTORY
SHALLOW_HISTORY_LITERAL
,
Constant Field Valuespublic static final int JOIN
JOIN_LITERAL
,
Constant Field Valuespublic static final int FORK
FORK_LITERAL
,
Constant Field Valuespublic static final int JUNCTION
JUNCTION_LITERAL
,
Constant Field Valuespublic static final int CHOICE
CHOICE_LITERAL
,
Constant Field Valuespublic static final int ENTRY_POINT
ENTRY_POINT_LITERAL
,
Constant Field Valuespublic static final int EXIT_POINT
EXIT_POINT_LITERAL
,
Constant Field Valuespublic static final int TERMINATE
TERMINATE_LITERAL
,
Constant Field Valuespublic static final PseudostateKind INITIAL_LITERAL
INITIAL
public static final PseudostateKind DEEP_HISTORY_LITERAL
DEEP_HISTORY
public static final PseudostateKind SHALLOW_HISTORY_LITERAL
SHALLOW_HISTORY
public static final PseudostateKind JOIN_LITERAL
JOIN
public static final PseudostateKind FORK_LITERAL
FORK
public static final PseudostateKind JUNCTION_LITERAL
JUNCTION
public static final PseudostateKind CHOICE_LITERAL
CHOICE
public static final PseudostateKind ENTRY_POINT_LITERAL
ENTRY_POINT
public static final PseudostateKind EXIT_POINT_LITERAL
EXIT_POINT
public static final PseudostateKind TERMINATE_LITERAL
TERMINATE
public static final List VALUES
public static PseudostateKind get(String literal)
public static PseudostateKind getByName(String name)
public static PseudostateKind get(int value)