public enum BatchControl extends Enum<BatchControl> implements Serializable, AdagioEnumerationDef<String>
Enum Constant and Description |
---|
CHILDREN_SUM_DIFFERENCE_BETWEEN_REFERENCE_AND_SIZE_WEIGHT_RULE1_KILO_MIN
TODO: Model Documentation for Enumeration Literal CHILDREN_SUM_DIFFERENCE_BETWEEN_REFERENCE_AND_SIZE_WEIGHT_RULE1_KILO_MIN value "SIH-OBSMER|5,SIH-OBSVENTE|5"
|
CHILDREN_SUM_DIFFERENCE_BETWEEN_REFERENCE_AND_SIZE_WEIGHT_RULE1_THRESHOLD_PERCENT
TODO: Model Documentation for Enumeration Literal CHILDREN_SUM_DIFFERENCE_BETWEEN_REFERENCE_AND_SIZE_WEIGHT_RULE1_THRESHOLD_PERCENT value "SIH-OBSMER|50,SIH-OBSVENTE|50"
|
CHILDREN_SUM_DIFFERENCE_BETWEEN_REFERENCE_AND_SIZE_WEIGHT_RULE2_KILO_MAX
TODO: Model Documentation for Enumeration Literal CHILDREN_SUM_DIFFERENCE_BETWEEN_REFERENCE_AND_SIZE_WEIGHT_RULE2_KILO_MAX value "SIH-OBSMER|5,SIH-OBSVENTE|5"
|
CHILDREN_SUM_DIFFERENCE_BETWEEN_REFERENCE_AND_SIZE_WEIGHT_RULE2_THRESHOLD_PERCENT
TODO: Model Documentation for Enumeration Literal CHILDREN_SUM_DIFFERENCE_BETWEEN_REFERENCE_AND_SIZE_WEIGHT_RULE2_THRESHOLD_PERCENT value "SIH-OBSMER|100,SIH-OBSVENTE|100"
|
SORTING_CRITERIA_PARAMETER_NEEDS_REFERENCE_WEIGHT
TODO: Model Documentation for Enumeration Literal SORTING_CRITERIA_PARAMETER_NEEDS_REFERENCE_WEIGHT value "DRESSING,SIZE_UNLI_CAT,SEX"
|
CONFIG_OPTION_PREFIX
Modifier and Type | Method and Description |
---|---|
static BatchControl |
fromString(String name)
Retrieves an instance of BatchControl from
its name . |
static BatchControl |
fromValue(String value)
Returns an instance of BatchControl from String
value . |
String |
getDescription() |
String |
getKey() |
Class<?> |
getType() |
String |
getValue()
Gets the underlying value of this type safe enumeration.
|
String |
getValueAsString() |
static List<String> |
literals()
Returns an unmodifiable list containing the literals that are known by this enumeration.
|
static List<String> |
names()
Returns an unmodifiable list containing the names of the literals that are known
by this enumeration.
|
void |
setValue(String newValue) |
String |
value()
Returns an enumeration literal String
value . |
static BatchControl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchControl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BatchControl CHILDREN_SUM_DIFFERENCE_BETWEEN_REFERENCE_AND_SIZE_WEIGHT_RULE1_THRESHOLD_PERCENT
public static final BatchControl CHILDREN_SUM_DIFFERENCE_BETWEEN_REFERENCE_AND_SIZE_WEIGHT_RULE1_KILO_MIN
public static final BatchControl CHILDREN_SUM_DIFFERENCE_BETWEEN_REFERENCE_AND_SIZE_WEIGHT_RULE2_THRESHOLD_PERCENT
public static final BatchControl CHILDREN_SUM_DIFFERENCE_BETWEEN_REFERENCE_AND_SIZE_WEIGHT_RULE2_KILO_MAX
public static final BatchControl SORTING_CRITERIA_PARAMETER_NEEDS_REFERENCE_WEIGHT
public static BatchControl[] values()
for (BatchControl c : BatchControl.values()) System.out.println(c);
public static BatchControl valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic void setValue(String newValue)
setValue
in interface AdagioEnumerationDef<String>
public String getValueAsString()
getValueAsString
in interface AdagioEnumerationDef<String>
public static BatchControl fromString(String name)
its name
.name
- the name to create the BatchControl from.public String value()
value
.
Required by JAXB2 enumeration implementationpublic static BatchControl fromValue(String value)
value
.
Required by JAXB2 enumeration implementationvalue
- the value to create the BatchControl from.public String getValue()
getValue
in interface AdagioEnumerationDef<String>
public String getDescription()
getDescription
in interface AdagioEnumerationDef<String>
public String getKey()
getKey
in interface AdagioEnumerationDef<String>
public Class<?> getType()
getType
in interface AdagioEnumerationDef<String>
public static List<String> literals()
Copyright © 2012–2014 IFREMER. All rights reserved.