|
|||||||||||
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.uml.PseudostateKind
A representation of the literals of the enumeration 'Pseudostate Kind', and utility methods for working with them. PseudostateKind is an enumeration type.
UMLPackage.getPseudostateKind()
Field Summary | |
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 |
Method Summary | |
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 |
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
getLiteral, 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 int INITIAL
PseudostateKind.INITIAL_LITERAL
,
Constant Field Valuespublic static final int DEEP_HISTORY
PseudostateKind.DEEP_HISTORY_LITERAL
,
Constant Field Valuespublic static final int SHALLOW_HISTORY
PseudostateKind.SHALLOW_HISTORY_LITERAL
,
Constant Field Valuespublic static final int JOIN
PseudostateKind.JOIN_LITERAL
,
Constant Field Valuespublic static final int FORK
PseudostateKind.FORK_LITERAL
,
Constant Field Valuespublic static final int JUNCTION
PseudostateKind.JUNCTION_LITERAL
,
Constant Field Valuespublic static final int CHOICE
PseudostateKind.CHOICE_LITERAL
,
Constant Field Valuespublic static final int ENTRY_POINT
PseudostateKind.ENTRY_POINT_LITERAL
,
Constant Field Valuespublic static final int EXIT_POINT
PseudostateKind.EXIT_POINT_LITERAL
,
Constant Field Valuespublic static final int TERMINATE
PseudostateKind.TERMINATE_LITERAL
,
Constant Field Valuespublic static final PseudostateKind INITIAL_LITERAL
PseudostateKind.INITIAL
public static final PseudostateKind DEEP_HISTORY_LITERAL
PseudostateKind.DEEP_HISTORY
public static final PseudostateKind SHALLOW_HISTORY_LITERAL
PseudostateKind.SHALLOW_HISTORY
public static final PseudostateKind JOIN_LITERAL
PseudostateKind.JOIN
public static final PseudostateKind FORK_LITERAL
PseudostateKind.FORK
public static final PseudostateKind JUNCTION_LITERAL
PseudostateKind.JUNCTION
public static final PseudostateKind CHOICE_LITERAL
PseudostateKind.CHOICE
public static final PseudostateKind ENTRY_POINT_LITERAL
PseudostateKind.ENTRY_POINT
public static final PseudostateKind EXIT_POINT_LITERAL
PseudostateKind.EXIT_POINT
public static final PseudostateKind TERMINATE_LITERAL
PseudostateKind.TERMINATE
public static final List VALUES
Method Detail |
public static PseudostateKind get(String literal)
public static PseudostateKind getByName(String name)
public static PseudostateKind get(int value)
|
Copyright 2003, 2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |