public enum TARDISHandlesCategory extends java.lang.Enum<TARDISHandlesCategory>
Enum Constant and Description |
---|
BUTTON |
COMMAND |
CONTROL |
DISK |
EVENT |
NUMBER |
OPERATOR |
SELECTOR |
VARIABLE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLore() |
int |
getSize() |
static TARDISHandlesCategory |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TARDISHandlesCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TARDISHandlesCategory BUTTON
public static final TARDISHandlesCategory COMMAND
public static final TARDISHandlesCategory CONTROL
public static final TARDISHandlesCategory DISK
public static final TARDISHandlesCategory EVENT
public static final TARDISHandlesCategory NUMBER
public static final TARDISHandlesCategory OPERATOR
public static final TARDISHandlesCategory SELECTOR
public static final TARDISHandlesCategory VARIABLE
public static TARDISHandlesCategory[] values()
for (TARDISHandlesCategory c : TARDISHandlesCategory.values()) System.out.println(c);
public static TARDISHandlesCategory 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 getLore()
public int getSize()