public static enum ParameterType.FloatParam extends java.lang.Enum<ParameterType.FloatParam> implements ParameterType<java.lang.Float>
ParameterType.BooleanParam, ParameterType.DoubleParam, ParameterType.FloatParam, ParameterType.IntegerParam, ParameterType.ParamTypes
Enum Constant and Description |
---|
BLOCK_FULL_LIGHT_PERCENTAGE |
Modifier and Type | Method and Description |
---|---|
ParameterType.ParamTypes |
getType() |
static ParameterType.FloatParam |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ParameterType.FloatParam[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParameterType.FloatParam BLOCK_FULL_LIGHT_PERCENTAGE
public static ParameterType.FloatParam[] values()
for (ParameterType.FloatParam c : ParameterType.FloatParam.values()) System.out.println(c);
public static ParameterType.FloatParam 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 ParameterType.ParamTypes getType()
getType
in interface ParameterType<java.lang.Float>