public enum LockLuaScripts extends java.lang.Enum<LockLuaScripts> implements LuaScript
| Enum Constant and Description |
|---|
LOCK_RELEASE |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFilename() |
static LockLuaScripts |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LockLuaScripts[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LockLuaScripts LOCK_RELEASE
public static LockLuaScripts[] values()
for (LockLuaScripts c : LockLuaScripts.values()) System.out.println(c);
public static LockLuaScripts 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 java.lang.String getFilename()
getFilename in interface LuaScript