public enum PseudostateKind extends Enum<PseudostateKind>
PivotPackage.getPseudostateKind()| Enum Constant and Description |
|---|
CHOICE
The 'Choice' literal object.
|
DEEP_HISTORY
The 'Deep History' literal object.
|
ENTRY_POINT
The 'Entry Point' literal object.
|
EXIT_POINT
The 'Exit Point' literal object.
|
FORK
The 'Fork' literal object.
|
INITIAL
The 'Initial' literal object.
|
JOIN
The 'Join' literal object.
|
JUNCTION
The 'Junction' literal object.
|
SHALLOW_HISTORY
The 'Shallow History' literal object.
|
TERMINATE
The 'Terminate' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CHOICE_VALUE
The 'Choice' literal value.
|
static int |
DEEP_HISTORY_VALUE
The 'Deep History' literal value.
|
static int |
ENTRY_POINT_VALUE
The 'Entry Point' literal value.
|
static int |
EXIT_POINT_VALUE
The 'Exit Point' literal value.
|
static int |
FORK_VALUE
The 'Fork' literal value.
|
static int |
INITIAL_VALUE
The 'Initial' literal value.
|
static int |
JOIN_VALUE
The 'Join' literal value.
|
static int |
JUNCTION_VALUE
The 'Junction' literal value.
|
static int |
SHALLOW_HISTORY_VALUE
The 'Shallow History' literal value.
|
static int |
TERMINATE_VALUE
The 'Terminate' literal value.
|
static List<PseudostateKind> |
VALUES
A public read-only list of all the 'Pseudostate Kind' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
String |
getLiteral() |
String |
getName() |
int |
getValue() |
String |
toString()
Returns the literal value of the enumerator, which is its string representation.
|
static PseudostateKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PseudostateKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PseudostateKind INITIAL
INITIAL_VALUEpublic static final PseudostateKind DEEP_HISTORY
DEEP_HISTORY_VALUEpublic static final PseudostateKind SHALLOW_HISTORY
SHALLOW_HISTORY_VALUEpublic static final PseudostateKind JOIN
JOIN_VALUEpublic static final PseudostateKind FORK
FORK_VALUEpublic static final PseudostateKind JUNCTION
JUNCTION_VALUEpublic static final PseudostateKind CHOICE
CHOICE_VALUEpublic static final PseudostateKind ENTRY_POINT
ENTRY_POINT_VALUEpublic static final PseudostateKind EXIT_POINT
EXIT_POINT_VALUEpublic static final PseudostateKind TERMINATE
TERMINATE_VALUEpublic static final int INITIAL_VALUE
INITIAL,
Constant Field Valuespublic static final int DEEP_HISTORY_VALUE
DEEP_HISTORY,
Constant Field Valuespublic static final int SHALLOW_HISTORY_VALUE
SHALLOW_HISTORY,
Constant Field Valuespublic static final int JOIN_VALUE
JOIN,
Constant Field Valuespublic static final int FORK_VALUE
FORK,
Constant Field Valuespublic static final int JUNCTION_VALUE
JUNCTION,
Constant Field Valuespublic static final int CHOICE_VALUE
CHOICE,
Constant Field Valuespublic static final int ENTRY_POINT_VALUE
ENTRY_POINT,
Constant Field Valuespublic static final int EXIT_POINT_VALUE
EXIT_POINT,
Constant Field Valuespublic static final int TERMINATE_VALUE
TERMINATE,
Constant Field Valuespublic static final List<PseudostateKind> VALUES
public static PseudostateKind[] values()
for (PseudostateKind c : PseudostateKind.values()) System.out.println(c);
public static PseudostateKind valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static PseudostateKind get(String literal)
literal - the literal.null.public static PseudostateKind getByName(String name)
name - the name.null.public static PseudostateKind get(int value)
value - the integer value.null.public int getValue()
public String getName()
public String getLiteral()
public String toString()
toString in class Enum<PseudostateKind>Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.