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