|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<TransitionType>
de.cau.cs.kieler.synccharts.TransitionType
public enum TransitionType
A representation of the literals of the enumeration 'Transition Type', and utility methods for working with them. A Transition has a type specifying some special property.
SyncchartsPackage.getTransitionType()
Enum Constant Summary | |
---|---|
NORMALTERMINATION
The 'NORMALTERMINATION' literal object. |
|
STRONGABORT
The 'STRONGABORT' literal object. |
|
WEAKABORT
The 'WEAKABORT' literal object. |
Field Summary | |
---|---|
static String |
copyright
|
static int |
NORMALTERMINATION_VALUE
The 'NORMALTERMINATION' literal value. |
static int |
STRONGABORT_VALUE
The 'STRONGABORT' literal value. |
static List<TransitionType> |
VALUES
A public read-only list of all the 'Transition Type' enumerators. |
static int |
WEAKABORT_VALUE
The 'WEAKABORT' literal value. |
Method Summary | |
---|---|
static TransitionType |
get(int value)
Returns the 'Transition Type' literal with the specified integer value. |
static TransitionType |
get(String literal)
Returns the 'Transition Type' literal with the specified literal value. |
static TransitionType |
getByName(String name)
Returns the 'Transition Type' 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 TransitionType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TransitionType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final TransitionType WEAKABORT
WEAKABORT_VALUE
public static final TransitionType STRONGABORT
STRONGABORT_VALUE
public static final TransitionType NORMALTERMINATION
NORMALTERMINATION_VALUE
Field Detail |
---|
public static final String copyright
public static final int WEAKABORT_VALUE
WEAKABORT
,
Constant Field Valuespublic static final int STRONGABORT_VALUE
STRONGABORT
,
Constant Field Valuespublic static final int NORMALTERMINATION_VALUE
NORMALTERMINATION
,
Constant Field Valuespublic static final List<TransitionType> VALUES
Method Detail |
---|
public static TransitionType[] values()
for (TransitionType c : TransitionType.values()) System.out.println(c);
public static TransitionType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic static TransitionType get(String literal)
public static TransitionType getByName(String name)
public static TransitionType get(int value)
public int getValue()
getValue
in interface Enumerator
public String getName()
getName
in interface Enumerator
public String getLiteral()
getLiteral
in interface Enumerator
public String toString()
toString
in class Enum<TransitionType>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |