public enum LockLuaScripts extends Enum<LockLuaScripts> implements LuaScript
| Enum Constant and Description |
|---|
LOCK_RELEASE |
| Modifier and Type | Method and Description |
|---|---|
String |
getFilename() |
static LockLuaScripts |
valueOf(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(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 nullpublic String getFilename()
getFilename in interface LuaScriptCopyright © 2016–2018. All rights reserved.