public final class StateKind
extends org.eclipse.emf.common.util.AbstractEnumerator
RhapsodyPackage.getStateKind()
,
Serialized FormModifier and Type | Field and Description |
---|---|
static int |
ACCEPT_EVENT_ACTION
The 'Accept event action' literal value.
|
static StateKind |
ACCEPT_EVENT_ACTION_LITERAL
The 'Accept event action' literal object.
|
static int |
ACTION
The 'Action' literal value.
|
static StateKind |
ACTION_LITERAL
The 'Action' literal object.
|
static int |
AND
The 'And' literal value.
|
static StateKind |
AND_LITERAL
The 'And' literal object.
|
static int |
BLOCK
The 'Block' literal value.
|
static StateKind |
BLOCK_LITERAL
The 'Block' literal object.
|
static int |
CALL_OPERATION
The 'Call operation' literal value.
|
static StateKind |
CALL_OPERATION_LITERAL
The 'Call operation' literal object.
|
static int |
EVENT_STATE
The 'Event state' literal value.
|
static StateKind |
EVENT_STATE_LITERAL
The 'Event state' literal object.
|
static int |
FLOW_FINAL
The 'Flow final' literal value.
|
static StateKind |
FLOW_FINAL_LITERAL
The 'Flow final' literal object.
|
static int |
LOCAL_TERMINATION
The 'Local termination' literal value.
|
static StateKind |
LOCAL_TERMINATION_LITERAL
The 'Local termination' literal object.
|
static int |
OBJECT_FLOW
The 'Object flow' literal value.
|
static StateKind |
OBJECT_FLOW_LITERAL
The 'Object flow' literal object.
|
static int |
OR
The 'Or' literal value.
|
static StateKind |
OR_LITERAL
The 'Or' literal object.
|
static int |
REFERENCE_ACTIVITY
The 'Reference activity' literal value.
|
static StateKind |
REFERENCE_ACTIVITY_LITERAL
The 'Reference activity' literal object.
|
static int |
SUB_ACTIVITY
The 'Sub activity' literal value.
|
static StateKind |
SUB_ACTIVITY_LITERAL
The 'Sub activity' literal object.
|
static int |
UNKNOWN
The 'Unknown' literal value.
|
static StateKind |
UNKNOWN_LITERAL
The 'Unknown' literal object.
|
static java.util.List |
VALUES
A public read-only list of all the 'State Kind' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static StateKind |
get(int value)
Returns the 'State Kind' literal with the specified integer value.
|
static StateKind |
get(java.lang.String literal)
Returns the 'State Kind' literal with the specified literal value.
|
static StateKind |
getByName(java.lang.String name)
Returns the 'State Kind' literal with the specified name.
|
public static final int OR
OR_LITERAL
,
Constant Field Valuespublic static final int AND
AND_LITERAL
,
Constant Field Valuespublic static final int ACTION
ACTION_LITERAL
,
Constant Field Valuespublic static final int OBJECT_FLOW
OBJECT_FLOW_LITERAL
,
Constant Field Valuespublic static final int BLOCK
BLOCK_LITERAL
,
Constant Field Valuespublic static final int SUB_ACTIVITY
SUB_ACTIVITY_LITERAL
,
Constant Field Valuespublic static final int REFERENCE_ACTIVITY
REFERENCE_ACTIVITY_LITERAL
,
Constant Field Valuespublic static final int LOCAL_TERMINATION
LOCAL_TERMINATION_LITERAL
,
Constant Field Valuespublic static final int UNKNOWN
UNKNOWN_LITERAL
,
Constant Field Valuespublic static final int EVENT_STATE
EVENT_STATE_LITERAL
,
Constant Field Valuespublic static final int CALL_OPERATION
CALL_OPERATION_LITERAL
,
Constant Field Valuespublic static final int ACCEPT_EVENT_ACTION
ACCEPT_EVENT_ACTION_LITERAL
,
Constant Field Valuespublic static final int FLOW_FINAL
FLOW_FINAL_LITERAL
,
Constant Field Valuespublic static final StateKind OR_LITERAL
OR
public static final StateKind AND_LITERAL
AND
public static final StateKind ACTION_LITERAL
ACTION
public static final StateKind OBJECT_FLOW_LITERAL
OBJECT_FLOW
public static final StateKind BLOCK_LITERAL
BLOCK
public static final StateKind SUB_ACTIVITY_LITERAL
SUB_ACTIVITY
public static final StateKind REFERENCE_ACTIVITY_LITERAL
REFERENCE_ACTIVITY
public static final StateKind LOCAL_TERMINATION_LITERAL
LOCAL_TERMINATION
public static final StateKind UNKNOWN_LITERAL
UNKNOWN
public static final StateKind EVENT_STATE_LITERAL
EVENT_STATE
public static final StateKind CALL_OPERATION_LITERAL
CALL_OPERATION
public static final StateKind ACCEPT_EVENT_ACTION_LITERAL
ACCEPT_EVENT_ACTION
public static final StateKind FLOW_FINAL_LITERAL
FLOW_FINAL
public static final java.util.List VALUES
public static StateKind get(java.lang.String literal)
public static StateKind getByName(java.lang.String name)
public static StateKind get(int value)