public static enum TransferFunction.Feature extends java.lang.Enum<TransferFunction.Feature>
Modifier and Type | Method and Description |
---|---|
static TransferFunction.Feature |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TransferFunction.Feature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransferFunction.Feature SKIN
public static final TransferFunction.Feature BONE
public static final TransferFunction.Feature SKIN_BONE
public static TransferFunction.Feature[] values()
for (TransferFunction.Feature c : TransferFunction.Feature.values()) System.out.println(c);
public static TransferFunction.Feature valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null