public static enum QfsmTransition.TransitionType extends java.lang.Enum<QfsmTransition.TransitionType>
Modifier and Type | Method and Description |
---|---|
static QfsmTransition.TransitionType |
convert(int value)
Convert an integer value to the enum.
|
static QfsmTransition.TransitionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QfsmTransition.TransitionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QfsmTransition.TransitionType BINARY
public static final QfsmTransition.TransitionType ASCII
public static final QfsmTransition.TransitionType FREE_TEXT
public static QfsmTransition.TransitionType[] values()
for (QfsmTransition.TransitionType c : QfsmTransition.TransitionType.values()) System.out.println(c);
public static QfsmTransition.TransitionType 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 namejava.lang.NullPointerException
- if the argument is nullpublic static QfsmTransition.TransitionType convert(int value) throws QfsmException
value
- the integer value from the data fileQfsmException
- if the value is not supportedCopyright 2013 Michal Turek, AnotherFSM.