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