public enum FrequentAlgorithmParameterDefinition extends java.lang.Enum<FrequentAlgorithmParameterDefinition> implements DSParameterDefinition
Enum Constant and Description |
---|
SIZE |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getDefaultValue() |
java.lang.String |
getName() |
java.lang.Class<?> |
getParameterType() |
<P extends DSParameterDefinition> |
parse(P p,
java.lang.String value) |
static FrequentAlgorithmParameterDefinition |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FrequentAlgorithmParameterDefinition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FrequentAlgorithmParameterDefinition SIZE
public static FrequentAlgorithmParameterDefinition[] values()
for (FrequentAlgorithmParameterDefinition c : FrequentAlgorithmParameterDefinition.values()) System.out.println(c);
public static FrequentAlgorithmParameterDefinition 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 java.lang.String getName()
getName
in interface DSParameterDefinition
public java.lang.Class<?> getParameterType()
getParameterType
in interface DSParameterDefinition
public java.lang.Object getDefaultValue()
getDefaultValue
in interface DSParameterDefinition
public <P extends DSParameterDefinition> java.lang.Object parse(P p, java.lang.String value)
parse
in interface DSParameterDefinition