public enum HumanUIOptions extends java.lang.Enum<HumanUIOptions>
Enum Constant and Description |
---|
all |
animation |
info |
objects |
reset |
slider |
tools |
Modifier and Type | Method and Description |
---|---|
static HumanUIOptions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HumanUIOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HumanUIOptions tools
public static final HumanUIOptions reset
public static final HumanUIOptions info
public static final HumanUIOptions animation
public static final HumanUIOptions objects
public static final HumanUIOptions slider
public static final HumanUIOptions all
public static HumanUIOptions[] values()
for (HumanUIOptions c : HumanUIOptions.values()) System.out.println(c);
public static HumanUIOptions 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 null