public enum PmfmId extends Enum<PmfmId> implements Serializable, AdagioEnumerationDef<Integer>
Enum Constant and Description |
---|
AGE
TODO: Model Documentation for Enumeration Literal AGE value 1430
|
DEAD_OR_ALIVE
TODO: Model Documentation for Enumeration Literal DEAD_OR_ALIVE value 1393
|
HAUL_VALID
TODO: Model Documentation for Enumeration Literal HAUL_VALID value 1163
|
HORIZONTAL_OPENING_DOOR
TODO: Model Documentation for Enumeration Literal HORIZONTAL_OPENING_DOOR value 830
|
HORIZONTAL_OPENING_WINGS
TODO: Model Documentation for Enumeration Literal HORIZONTAL_OPENING_WINGS value 827
|
ID_PMFM
TODO: Model Documentation for Enumeration Literal ID_PMFM value 1433
|
MARINE_LITTER_SIZE_CATEGORY
TODO: Model Documentation for Enumeration Literal MARINE_LITTER_SIZE_CATEGORY value 1422
|
MARINE_LITTER_TYPE
TODO: Model Documentation for Enumeration Literal MARINE_LITTER_TYPE value 1421
|
MATURITY
TODO: Model Documentation for Enumeration Literal MATURITY value 174
|
MULTIRIG_AGGREGATION
TODO: Model Documentation for Enumeration Literal MULTIRIG_AGGREGATION value 1424
|
MULTIRIG_NUMBER
TODO: Model Documentation for Enumeration Literal MULTIRIG_NUMBER value 1420
|
RECTILINEAR_OPERATION
TODO: Model Documentation for Enumeration Literal RECTILINEAR_OPERATION value 192
|
SCIENTIFIC_CRUISE_SORTING_TYPE
TODO: Model Documentation for Enumeration Literal SCIENTIFIC_CRUISE_SORTING_TYPE value 1429
|
SCIENTIFIC_CRUISE_SORTING_TYPE2
TODO: Model Documentation for Enumeration Literal SCIENTIFIC_CRUISE_SORTING_TYPE2 value 1431
|
SEX
TODO: Model Documentation for Enumeration Literal SEX value 196
|
SIZE_CATEGORY
TODO: Model Documentation for Enumeration Literal SIZE_CATEGORY value 198
|
SORTED_UNSORTED
TODO: Model Documentation for Enumeration Literal SORTED_UNSORTED value 1428
|
SORTING_TYPE_TCC
TODO: Model Documentation for Enumeration Literal SORTING_TYPE_TCC value 1747
|
STATION_NUMBER
TODO: Model Documentation for Enumeration Literal STATION_NUMBER value 1243
|
SURVEY_PART
TODO: Model Documentation for Enumeration Literal SURVEY_PART value 1432
|
TRAWL_DISTANCE
TODO: Model Documentation for Enumeration Literal TRAWL_DISTANCE value 113
|
VERTICAL_OPENING
TODO: Model Documentation for Enumeration Literal VERTICAL_OPENING value 832
|
WEIGHT_MEASURED
TODO: Model Documentation for Enumeration Literal WEIGHT_MEASURED value 220
|
CONFIG_OPTION_PREFIX
Modifier and Type | Method and Description |
---|---|
static PmfmId |
fromString(String name)
Retrieves an instance of PmfmId from
its name . |
static PmfmId |
fromValue(Integer value)
Returns an instance of PmfmId from Integer
value . |
String |
getDescription() |
String |
getKey() |
Class<?> |
getType() |
Integer |
getValue()
Gets the underlying value of this type safe enumeration.
|
String |
getValueAsString() |
static List<Integer> |
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(Integer newValue) |
Integer |
value()
Returns an enumeration literal Integer
value . |
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 DEAD_OR_ALIVE
public static final PmfmId SORTED_UNSORTED
public static final PmfmId WEIGHT_MEASURED
public static final PmfmId MATURITY
public static final PmfmId HORIZONTAL_OPENING_WINGS
public static final PmfmId SIZE_CATEGORY
public static final PmfmId SCIENTIFIC_CRUISE_SORTING_TYPE2
public static final PmfmId SURVEY_PART
public static final PmfmId HAUL_VALID
public static final PmfmId HORIZONTAL_OPENING_DOOR
public static final PmfmId STATION_NUMBER
public static final PmfmId MULTIRIG_AGGREGATION
public static final PmfmId MARINE_LITTER_TYPE
public static final PmfmId MULTIRIG_NUMBER
public static final PmfmId VERTICAL_OPENING
public static final PmfmId TRAWL_DISTANCE
public static final PmfmId RECTILINEAR_OPERATION
public static final PmfmId MARINE_LITTER_SIZE_CATEGORY
public static final PmfmId SORTING_TYPE_TCC
public static final PmfmId SCIENTIFIC_CRUISE_SORTING_TYPE
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 void setValue(Integer newValue)
setValue
in interface AdagioEnumerationDef<Integer>
public String getValueAsString()
getValueAsString
in interface AdagioEnumerationDef<Integer>
public static PmfmId fromString(String name)
its name
.name
- the name to create the PmfmId from.public Integer value()
value
.
Required by JAXB2 enumeration implementationpublic static PmfmId fromValue(Integer value)
value
.
Required by JAXB2 enumeration implementationvalue
- the value to create the PmfmId from.public Integer getValue()
getValue
in interface AdagioEnumerationDef<Integer>
public String getDescription()
getDescription
in interface AdagioEnumerationDef<Integer>
public String getKey()
getKey
in interface AdagioEnumerationDef<Integer>
public Class<?> getType()
getType
in interface AdagioEnumerationDef<Integer>
public static List<Integer> literals()
Copyright © 2012–2014 IFREMER. All rights reserved.