Class PseudostateKindEnum
- All Implemented Interfaces:
PseudostateKind
,Serializable
,javax.jmi.reflect.RefEnum
,org.eclipse.emf.common.util.Enumerator
- See Also:
-
com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getPseudostateKindEnum()
- Serialized Form
- Model:
- annotation="MOF package='statemachines.mdbehaviorstatemachines'"
- Generated:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final PseudostateKind
The 'Choice' literal object.static final int
The 'Choice' literal value.static final int
The 'Deep History' literal value.static final PseudostateKind
The 'Deep History' literal object.static final int
The 'Entry Point' literal value.static final PseudostateKind
The 'Entry Point' literal object.static final int
The 'Exit Point' literal value.static final PseudostateKind
The 'Exit Point' literal object.static final PseudostateKind
The 'Fork' literal object.static final int
The 'Fork' literal value.static final PseudostateKind
The 'Initial' literal object.static final int
The 'Initial' literal value.static final PseudostateKind
The 'Join' literal object.static final int
The 'Join' literal value.static final PseudostateKind
The 'Junction' literal object.static final int
The 'Junction' literal value.static final int
The 'Shallow History' literal value.static final PseudostateKind
The 'Shallow History' literal object.static final PseudostateKind
The 'Terminate' literal object.static final int
The 'Terminate' literal value.static final List
A public read-only list of all the 'Pseudostate Kind' enumerators. -
Method Summary
Modifier and TypeMethodDescriptionstatic PseudostateKindEnum
get
(int value) Returns the 'Pseudostate Kind' literal with the specified integer value.static PseudostateKindEnum
Returns the 'Pseudostate Kind' literal with the specified literal value.static PseudostateKindEnum
Returns the 'Pseudostate Kind' literal with the specified name.Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getLiteral, getName, getValue, toString, writeReplace
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface javax.jmi.reflect.RefEnum
equals, hashCode, toString
-
Field Details
-
INITIAL_VALUE
public static final int INITIAL_VALUEThe 'Initial' literal value.If the meaning of 'Initial' literal object isn't clear, there really should be more of a description here...
- See Also:
- Model:
- name="initial"
- Generated:
-
DEEP_HISTORY_VALUE
public static final int DEEP_HISTORY_VALUEThe 'Deep History' literal value.If the meaning of 'Deep History' literal object isn't clear, there really should be more of a description here...
- See Also:
- Model:
- name="deepHistory"
- Generated:
-
SHALLOW_HISTORY_VALUE
public static final int SHALLOW_HISTORY_VALUEThe 'Shallow History' literal value.If the meaning of 'Shallow History' literal object isn't clear, there really should be more of a description here...
- See Also:
- Model:
- name="shallowHistory"
- Generated:
-
JOIN_VALUE
public static final int JOIN_VALUEThe 'Join' literal value.If the meaning of 'Join' literal object isn't clear, there really should be more of a description here...
- See Also:
- Model:
- name="join"
- Generated:
-
FORK_VALUE
public static final int FORK_VALUEThe 'Fork' literal value.If the meaning of 'Fork' literal object isn't clear, there really should be more of a description here...
- See Also:
- Model:
- name="fork"
- Generated:
-
JUNCTION_VALUE
public static final int JUNCTION_VALUEThe 'Junction' literal value.If the meaning of 'Junction' literal object isn't clear, there really should be more of a description here...
- See Also:
- Model:
- name="junction"
- Generated:
-
CHOICE_VALUE
public static final int CHOICE_VALUEThe 'Choice' literal value.If the meaning of 'Choice' literal object isn't clear, there really should be more of a description here...
- See Also:
- Model:
- name="choice"
- Generated:
-
ENTRY_POINT_VALUE
public static final int ENTRY_POINT_VALUEThe 'Entry Point' literal value.If the meaning of 'Entry Point' literal object isn't clear, there really should be more of a description here...
- See Also:
- Model:
- name="entryPoint"
- Generated:
-
EXIT_POINT_VALUE
public static final int EXIT_POINT_VALUEThe 'Exit Point' literal value.If the meaning of 'Exit Point' literal object isn't clear, there really should be more of a description here...
- See Also:
- Model:
- name="exitPoint"
- Generated:
-
TERMINATE_VALUE
public static final int TERMINATE_VALUEThe 'Terminate' literal value.If the meaning of 'Terminate' literal object isn't clear, there really should be more of a description here...
- See Also:
- Model:
- name="terminate"
- Generated:
-
INITIAL
The 'Initial' literal object.- See Also:
- Generated:
-
DEEPHISTORY
The 'Deep History' literal object.- See Also:
- Generated:
-
SHALLOWHISTORY
The 'Shallow History' literal object.- See Also:
- Generated:
-
JOIN
The 'Join' literal object.- See Also:
- Generated:
-
FORK
The 'Fork' literal object.- See Also:
- Generated:
-
JUNCTION
The 'Junction' literal object.- See Also:
- Generated:
-
CHOICE
The 'Choice' literal object.- See Also:
- Generated:
-
ENTRYPOINT
The 'Entry Point' literal object.- See Also:
- Generated:
-
EXITPOINT
The 'Exit Point' literal object.- See Also:
- Generated:
-
TERMINATE
The 'Terminate' literal object.- See Also:
- Generated:
-
VALUES
A public read-only list of all the 'Pseudostate Kind' enumerators.- Generated:
-
-
Method Details
-
refTypeName
- Specified by:
refTypeName
in interfacejavax.jmi.reflect.RefEnum
-
get
Returns the 'Pseudostate Kind' literal with the specified literal value.- Generated:
-
getByName
Returns the 'Pseudostate Kind' literal with the specified name.- Generated:
-
get
Returns the 'Pseudostate Kind' literal with the specified integer value.- Generated:
-