Enum Constant and Description |
---|
ACCEL |
API |
BCKT |
BENCH |
CAM |
DISP |
GEOM |
GUI |
HAIR |
IMG |
IPR |
LIGHT |
QMC |
SCENE |
SYS |
TEX |
USER |
Modifier and Type | Method and Description |
---|---|
static UI.Module |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UI.Module[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UI.Module API
public static final UI.Module GEOM
public static final UI.Module HAIR
public static final UI.Module ACCEL
public static final UI.Module BCKT
public static final UI.Module IPR
public static final UI.Module LIGHT
public static final UI.Module GUI
public static final UI.Module SCENE
public static final UI.Module BENCH
public static final UI.Module TEX
public static final UI.Module IMG
public static final UI.Module DISP
public static final UI.Module QMC
public static final UI.Module SYS
public static final UI.Module USER
public static final UI.Module CAM
public static UI.Module[] values()
for (UI.Module c : UI.Module.values()) System.out.println(c);
public static UI.Module 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