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