public static enum ScriptFileLoader.Action extends Enum<ScriptFileLoader.Action>
| Enum Constant and Description |
|---|
expect |
expect_all |
expect_strict |
send |
| Modifier and Type | Method and Description |
|---|---|
static ScriptFileLoader.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScriptFileLoader.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScriptFileLoader.Action expect
public static final ScriptFileLoader.Action expect_all
public static final ScriptFileLoader.Action expect_strict
public static final ScriptFileLoader.Action send
public static ScriptFileLoader.Action[] values()
for (ScriptFileLoader.Action c : ScriptFileLoader.Action.values()) System.out.println(c);
public static ScriptFileLoader.Action valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2005–2017 Tigase. All rights reserved.