public enum PmfmNaturalId extends Enum<PmfmNaturalId> implements Serializable, AdagioEnumerationDef<String>
Enum Constant and Description |
---|
ALIVE_WEIGHT_CALCULATED
TODO: Model Documentation for Enumeration Literal ALIVE_WEIGHT_CALCULATED value "WEIGHT_CALCULATED;1;1;5"
|
CALCULATED_ALIVE_WEIGHT_CHILDREN_SUM
TODO: Model Documentation for Enumeration Literal CALCULATED_ALIVE_WEIGHT_CHILDREN_SUM value "WEIGHT_CALCULATED;1;1;343"
|
CALCULATED_WEIGHT_CHILDREN_SUM
TODO: Model Documentation for Enumeration Literal CALCULATED_WEIGHT_CHILDREN_SUM value "WEIGHT_CALCULATED;1;1;341"
|
MAX_DISTANCE_FOR_OPERATION_WITH_GEAR
TODO: Model Documentation for Enumeration Literal MAX_DISTANCE_FOR_OPERATION_WITH_GEAR value "DISTANCE_MAX_OPERATION;6;1;21"
|
MAX_DISTANCE_FOR_OPERATION_WITH_METIER
TODO: Model Documentation for Enumeration Literal MAX_DISTANCE_FOR_OPERATION_WITH_METIER value "DISTANCE_MAX_OPERATION;6;1;21"
|
MAX_DURATION_FOR_OPERATION_WITH_GEAR
TODO: Model Documentation for Enumeration Literal MAX_DURATION_FOR_OPERATION_WITH_GEAR value "SOAK_TIME_MAX;6;1;21"
|
MAX_DURATION_FOR_OPERATION_WITH_METIER
TODO: Model Documentation for Enumeration Literal MAX_DURATION_FOR_OPERATION_WITH_METIER value "SOAK_TIME_MAX;6;1;21"
|
STORAGE_STATE
TODO: Model Documentation for Enumeration Literal STORAGE_STATE value "CLOSE_OBSVENTE_STOCK;61;61;21"
|
WEIGHT_SIZE_CALCULATED
TODO: Model Documentation for Enumeration Literal WEIGHT_SIZE_CALCULATED value "WEIGHT_CALCULATED;1;1;47"
|
WEIGHT_SIZE_EXTRAPOLATE
TODO: Model Documentation for Enumeration Literal WEIGHT_SIZE_EXTRAPOLATE value "WEIGHT_CALCULATED;1;1;283"
|
WEIGHT_TOTAL_CALCULATED
TODO: Model Documentation for Enumeration Literal WEIGHT_TOTAL_CALCULATED value "WEIGHT_CALCULATED;1;1;22"
|
CONFIG_OPTION_PREFIX
Modifier and Type | Method and Description |
---|---|
static PmfmNaturalId |
fromString(String name)
Retrieves an instance of PmfmNaturalId from
its name . |
static PmfmNaturalId |
fromValue(String value)
Returns an instance of PmfmNaturalId 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 PmfmNaturalId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PmfmNaturalId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PmfmNaturalId ALIVE_WEIGHT_CALCULATED
public static final PmfmNaturalId WEIGHT_SIZE_CALCULATED
public static final PmfmNaturalId WEIGHT_TOTAL_CALCULATED
public static final PmfmNaturalId CALCULATED_WEIGHT_CHILDREN_SUM
public static final PmfmNaturalId CALCULATED_ALIVE_WEIGHT_CHILDREN_SUM
public static final PmfmNaturalId MAX_DISTANCE_FOR_OPERATION_WITH_GEAR
public static final PmfmNaturalId MAX_DURATION_FOR_OPERATION_WITH_GEAR
public static final PmfmNaturalId MAX_DISTANCE_FOR_OPERATION_WITH_METIER
public static final PmfmNaturalId MAX_DURATION_FOR_OPERATION_WITH_METIER
public static final PmfmNaturalId STORAGE_STATE
public static final PmfmNaturalId WEIGHT_SIZE_EXTRAPOLATE
public static PmfmNaturalId[] values()
for (PmfmNaturalId c : PmfmNaturalId.values()) System.out.println(c);
public static PmfmNaturalId 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 PmfmNaturalId fromString(String name)
its name
.name
- the name to create the PmfmNaturalId from.public String value()
value
.
Required by JAXB2 enumeration implementationpublic static PmfmNaturalId fromValue(String value)
value
.
Required by JAXB2 enumeration implementationvalue
- the value to create the PmfmNaturalId 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.