|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.uml2.PseudostateKind
A representation of the literals of the enumeration 'Pseudostate Kind', and utility methods for working with them.
UML2Package.getPseudostateKind()
Field Summary | |
static int |
CHOICE
The 'Choice' literal value |
static PseudostateKind |
CHOICE_LITERAL
The 'Choice' literal object |
static String |
copyright
|
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 |
Method Summary | |
static PseudostateKind |
get(int value)
Returns the 'Pseudostate Kind' literal with the specified value |
static PseudostateKind |
get(String name)
Returns the 'Pseudostate Kind' literal with the specified name |
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
getName, getValue, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final String copyright
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
If the meaning of 'Initial' literal object isn't clear, there really should be more of a description here...
INITIAL
public static final PseudostateKind DEEP_HISTORY_LITERAL
If the meaning of 'Deep History' literal object isn't clear, there really should be more of a description here...
DEEP_HISTORY
public static final PseudostateKind SHALLOW_HISTORY_LITERAL
If the meaning of 'Shallow History' literal object isn't clear, there really should be more of a description here...
SHALLOW_HISTORY
public static final PseudostateKind JOIN_LITERAL
If the meaning of 'Join' literal object isn't clear, there really should be more of a description here...
JOIN
public static final PseudostateKind FORK_LITERAL
If the meaning of 'Fork' literal object isn't clear, there really should be more of a description here...
FORK
public static final PseudostateKind JUNCTION_LITERAL
If the meaning of 'Junction' literal object isn't clear, there really should be more of a description here...
JUNCTION
public static final PseudostateKind CHOICE_LITERAL
If the meaning of 'Choice' literal object isn't clear, there really should be more of a description here...
CHOICE
public static final PseudostateKind ENTRY_POINT_LITERAL
If the meaning of 'Entry Point' literal object isn't clear, there really should be more of a description here...
ENTRY_POINT
public static final PseudostateKind EXIT_POINT_LITERAL
If the meaning of 'Exit Point' literal object isn't clear, there really should be more of a description here...
EXIT_POINT
public static final PseudostateKind TERMINATE_LITERAL
If the meaning of 'Terminate' literal object isn't clear, there really should be more of a description here...
TERMINATE
public static final List VALUES
Method Detail |
public static PseudostateKind get(String name)
public static PseudostateKind get(int value)
|
Copyright 2003, 2004 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |