public enum CmdHelpLang extends java.lang.Enum<CmdHelpLang> implements Lang
Enum Constant and Description |
---|
ANALYZE |
CON |
DEV |
DISABLE |
HELP |
INFO |
INSPECT |
MANAGE |
MANAGE_BACKUP |
MANAGE_CLEAR |
MANAGE_CON |
MANAGE_DISABLE |
MANAGE_EXPORT |
MANAGE_HOTSWAP |
MANAGE_IMPORT |
MANAGE_MOVE |
MANAGE_RAW_DATA |
MANAGE_REMOVE |
MANAGE_RESTORE |
MANAGE_SETUP |
MANAGE_UNINSTALLED |
NETWORK |
PLAYERS |
QINSPECT |
RELOAD |
SEARCH |
SERVERS |
SETUP |
WEB |
WEB_CHECK |
WEB_DELETE |
WEB_LEVEL |
WEB_LIST |
WEB_REGISTER |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDefault() |
java.lang.String |
getIdentifier() |
static CmdHelpLang |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmdHelpLang[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmdHelpLang ANALYZE
public static final CmdHelpLang HELP
public static final CmdHelpLang INFO
public static final CmdHelpLang INSPECT
public static final CmdHelpLang QINSPECT
public static final CmdHelpLang SEARCH
public static final CmdHelpLang PLAYERS
public static final CmdHelpLang SERVERS
public static final CmdHelpLang NETWORK
public static final CmdHelpLang RELOAD
public static final CmdHelpLang MANAGE
public static final CmdHelpLang WEB_REGISTER
public static final CmdHelpLang WEB
public static final CmdHelpLang DEV
public static final CmdHelpLang SETUP
public static final CmdHelpLang CON
public static final CmdHelpLang DISABLE
public static final CmdHelpLang MANAGE_MOVE
public static final CmdHelpLang MANAGE_BACKUP
public static final CmdHelpLang MANAGE_RESTORE
public static final CmdHelpLang MANAGE_REMOVE
public static final CmdHelpLang MANAGE_HOTSWAP
public static final CmdHelpLang MANAGE_CLEAR
public static final CmdHelpLang MANAGE_CON
public static final CmdHelpLang MANAGE_IMPORT
public static final CmdHelpLang MANAGE_EXPORT
public static final CmdHelpLang MANAGE_DISABLE
public static final CmdHelpLang MANAGE_SETUP
public static final CmdHelpLang WEB_LEVEL
public static final CmdHelpLang WEB_LIST
public static final CmdHelpLang WEB_CHECK
public static final CmdHelpLang WEB_DELETE
public static final CmdHelpLang MANAGE_RAW_DATA
public static final CmdHelpLang MANAGE_UNINSTALLED
public static CmdHelpLang[] values()
for (CmdHelpLang c : CmdHelpLang.values()) System.out.println(c);
public static CmdHelpLang 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 getIdentifier()
getIdentifier
in interface Lang
public java.lang.String getDefault()
getDefault
in interface Lang