public enum PmfmId extends Enum<PmfmId> implements Serializable
| Modifier and Type | Method and Description |
|---|---|
static PmfmId |
fromString(String value)
Creates an instance of PmfmId from
value. |
String |
getName()
Gets the underlying name of this type safe enumeration.
|
String |
getValue()
Gets the underlying value of this type safe enumeration.
|
boolean |
hasInitError() |
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.
|
String |
toString() |
static PmfmId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PmfmId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PmfmId ALIVE_WEIGHT_CALCULATED
public static final PmfmId WEIGHT_SIZE_CALCULATED
public static final PmfmId WEIGHT_TOTAL_CALCULATED
public static final PmfmId WEIGHT_SIZE_EXTRAPOLATE
public static final PmfmId CALCULATED_WEIGHT_CHILDREN_SUM
public static final PmfmId MAX_DISTANCE_FOR_OPERATION_WITH_GEAR
public static final PmfmId MAX_DURATION_FOR_OPERATION_WITH_GEAR
public static final PmfmId MAX_DURATION_FOR_OPERATION_WITH_METIER
public static final PmfmId MAX_DISTANCE_FOR_OPERATION_WITH_METIER
public static final PmfmId STORAGE_STATE
public static PmfmId[] values()
for (PmfmId c : PmfmId.values()) System.out.println(c);
public static PmfmId 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 boolean hasInitError()
public String toString()
toString in class Enum<PmfmId>Object.toString()public static PmfmId fromString(String value)
value.value - the value to create the PmfmId from.public String getValue()
public String getName()
public static List<String> literals()
Copyright © 2013. All Rights Reserved.