public final class PseudostateKindEnum extends org.eclipse.emf.common.util.AbstractEnumerator implements PseudostateKind
com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getPseudostateKindEnum()
,
Serialized FormModifier and Type | Field and Description |
---|---|
static PseudostateKind |
CHOICE
The 'Choice' literal object.
|
static int |
CHOICE_VALUE
The 'Choice' literal value.
|
static int |
DEEP_HISTORY_VALUE
The 'Deep History' literal value.
|
static PseudostateKind |
DEEPHISTORY
The 'Deep History' literal object.
|
static int |
ENTRY_POINT_VALUE
The 'Entry Point' literal value.
|
static PseudostateKind |
ENTRYPOINT
The 'Entry Point' literal object.
|
static int |
EXIT_POINT_VALUE
The 'Exit Point' literal value.
|
static PseudostateKind |
EXITPOINT
The 'Exit Point' literal object.
|
static PseudostateKind |
FORK
The 'Fork' literal object.
|
static int |
FORK_VALUE
The 'Fork' literal value.
|
static PseudostateKind |
INITIAL
The 'Initial' literal object.
|
static int |
INITIAL_VALUE
The 'Initial' literal value.
|
static PseudostateKind |
JOIN
The 'Join' literal object.
|
static int |
JOIN_VALUE
The 'Join' literal value.
|
static PseudostateKind |
JUNCTION
The 'Junction' literal object.
|
static int |
JUNCTION_VALUE
The 'Junction' literal value.
|
static int |
SHALLOW_HISTORY_VALUE
The 'Shallow History' literal value.
|
static PseudostateKind |
SHALLOWHISTORY
The 'Shallow History' literal object.
|
static PseudostateKind |
TERMINATE
The 'Terminate' literal object.
|
static int |
TERMINATE_VALUE
The 'Terminate' literal value.
|
static java.util.List |
VALUES
A public read-only list of all the 'Pseudostate Kind' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static PseudostateKindEnum |
get(int value)
Returns the 'Pseudostate Kind' literal with the specified integer value.
|
static PseudostateKindEnum |
get(java.lang.String literal)
Returns the 'Pseudostate Kind' literal with the specified literal value.
|
static PseudostateKindEnum |
getByName(java.lang.String name)
Returns the 'Pseudostate Kind' literal with the specified name.
|
java.util.List |
refTypeName() |
getLiteral, getName, getValue, toString, writeReplace
public static final int INITIAL_VALUE
If the meaning of 'Initial' literal object isn't clear, there really should be more of a description here...
INITIAL
,
Constant Field Valuespublic static final int DEEP_HISTORY_VALUE
If the meaning of 'Deep History' literal object isn't clear, there really should be more of a description here...
DEEPHISTORY
,
Constant Field Valuespublic static final int SHALLOW_HISTORY_VALUE
If the meaning of 'Shallow History' literal object isn't clear, there really should be more of a description here...
SHALLOWHISTORY
,
Constant Field Valuespublic static final int JOIN_VALUE
If the meaning of 'Join' literal object isn't clear, there really should be more of a description here...
JOIN
,
Constant Field Valuespublic static final int FORK_VALUE
If the meaning of 'Fork' literal object isn't clear, there really should be more of a description here...
FORK
,
Constant Field Valuespublic static final int JUNCTION_VALUE
If the meaning of 'Junction' literal object isn't clear, there really should be more of a description here...
JUNCTION
,
Constant Field Valuespublic static final int CHOICE_VALUE
If the meaning of 'Choice' literal object isn't clear, there really should be more of a description here...
CHOICE
,
Constant Field Valuespublic static final int ENTRY_POINT_VALUE
If the meaning of 'Entry Point' literal object isn't clear, there really should be more of a description here...
ENTRYPOINT
,
Constant Field Valuespublic static final int EXIT_POINT_VALUE
If the meaning of 'Exit Point' literal object isn't clear, there really should be more of a description here...
EXITPOINT
,
Constant Field Valuespublic static final int TERMINATE_VALUE
If the meaning of 'Terminate' literal object isn't clear, there really should be more of a description here...
TERMINATE
,
Constant Field Valuespublic static final PseudostateKind INITIAL
INITIAL_VALUE
public static final PseudostateKind DEEPHISTORY
DEEP_HISTORY_VALUE
public static final PseudostateKind SHALLOWHISTORY
SHALLOW_HISTORY_VALUE
public static final PseudostateKind JOIN
JOIN_VALUE
public static final PseudostateKind FORK
FORK_VALUE
public static final PseudostateKind JUNCTION
JUNCTION_VALUE
public static final PseudostateKind CHOICE
CHOICE_VALUE
public static final PseudostateKind ENTRYPOINT
ENTRY_POINT_VALUE
public static final PseudostateKind EXITPOINT
EXIT_POINT_VALUE
public static final PseudostateKind TERMINATE
TERMINATE_VALUE
public static final java.util.List VALUES
public java.util.List refTypeName()
refTypeName
in interface javax.jmi.reflect.RefEnum
public static PseudostateKindEnum get(java.lang.String literal)
public static PseudostateKindEnum getByName(java.lang.String name)
public static PseudostateKindEnum get(int value)