|
SMC 6_0_1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SmcElement.TransType>
net.sf.smc.model.SmcElement.TransType
public static enum SmcElement.TransType
The SMC transitions fall into four types.
Enum Constant Summary | |
---|---|
TRANS_NOT_SET
Transitions may be instantiated before all information is gathered. |
|
TRANS_POP
Pop the state off the state stack and make it the next state. |
|
TRANS_PUSH
This transition pushes the current state on top of the state stack before setting the next state. |
|
TRANS_SET
A standard transition which goes from one state to the next. |
Method Summary | |
---|---|
static SmcElement.TransType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SmcElement.TransType[] |
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, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final SmcElement.TransType TRANS_NOT_SET
public static final SmcElement.TransType TRANS_SET
public static final SmcElement.TransType TRANS_PUSH
public static final SmcElement.TransType TRANS_POP
Method Detail |
---|
public static SmcElement.TransType[] values()
for (SmcElement.TransType c : SmcElement.TransType.values()) System.out.println(c);
public static SmcElement.TransType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
SMC 6_0_1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |