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