static enum intend.Step extends java.lang.Enum<intend.Step>
Enum Constant and Description |
---|
end |
evt |
intentions |
pendAct |
pendEvt |
pendInt |
selEvt |
selInt |
Modifier and Type | Method and Description |
---|---|
static intend.Step |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static intend.Step[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final intend.Step selEvt
public static final intend.Step selInt
public static final intend.Step evt
public static final intend.Step pendEvt
public static final intend.Step pendAct
public static final intend.Step pendInt
public static final intend.Step intentions
public static final intend.Step end
public static intend.Step[] values()
for (intend.Step c : intend.Step.values()) System.out.println(c);
public static intend.Step 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 null