public enum PmfmId2 extends Enum<PmfmId2> implements Serializable, AdagioEnumerationDef<Integer>
Enum Constant and Description |
---|
AGE
Deprecated.
TODO: Model Documentation for Enumeration Literal AGE value "1430"
|
DEAD_OR_ALIVE
Deprecated.
TODO: Model Documentation for Enumeration Literal DEAD_OR_ALIVE value "1393"
|
HAUL_VALID
Deprecated.
TODO: Model Documentation for Enumeration Literal HAUL_VALID value "1163"
|
HORIZONTAL_OPENING_DOOR
Deprecated.
TODO: Model Documentation for Enumeration Literal HORIZONTAL_OPENING_DOOR value "830"
|
HORIZONTAL_OPENING_WINGS
Deprecated.
TODO: Model Documentation for Enumeration Literal HORIZONTAL_OPENING_WINGS value "827"
|
ID_PSFM
Deprecated.
|
MARINE_LITTER_SIZE_CATEGORY
Deprecated.
TODO: Model Documentation for Enumeration Literal MARINE_LITTER_SIZE_CATEGORY value "1422"
|
MARINE_LITTER_TYPE
Deprecated.
TODO: Model Documentation for Enumeration Literal MARINE_LITTER_TYPE value "1421"
|
MATURITY
Deprecated.
TODO: Model Documentation for Enumeration Literal MATURITY value "174"
|
MULTIRIG_AGGREGATION
Deprecated.
TODO: Model Documentation for Enumeration Literal MULTIRIG_AGGREGATION value "1424"
|
MULTIRIG_NUMBER
Deprecated.
TODO: Model Documentation for Enumeration Literal MULTIRIG_NUMBER value "1420"
|
RECTILINEAR_OPERATION
Deprecated.
TODO: Model Documentation for Enumeration Literal RECTILINEAR_OPERATION value "192"
|
SCIENTIFIC_CRUISE_SORTING_TYPE
Deprecated.
TODO: Model Documentation for Enumeration Literal SCIENTIFIC_CRUISE_SORTING_TYPE value "1429"
|
SCIENTIFIC_CRUISE_SORTING_TYPE2
Deprecated.
TODO: Model Documentation for Enumeration Literal SCIENTIFIC_CRUISE_SORTING_TYPE2 value "1431"
|
SEX
Deprecated.
TODO: Model Documentation for Enumeration Literal SEX value "196"
|
SIZE_CATEGORY
Deprecated.
TODO: Model Documentation for Enumeration Literal SIZE_CATEGORY value "198"
|
SORTED_UNSORTED
Deprecated.
TODO: Model Documentation for Enumeration Literal SORTED_UNSORTED value "1428"
|
SORTING_TYPE_TCC
Deprecated.
TODO: Model Documentation for Enumeration Literal SORTING_TYPE_TCC value "1747"
|
STATION_NUMBER
Deprecated.
TODO: Model Documentation for Enumeration Literal STATION_NUMBER value "1243"
|
SURVEY_PART
Deprecated.
TODO: Model Documentation for Enumeration Literal SURVEY_PART value "1432"
|
TRAWL_DISTANCE
Deprecated.
TODO: Model Documentation for Enumeration Literal TRAWL_DISTANCE value "113"
|
VERTICAL_OPENING
Deprecated.
TODO: Model Documentation for Enumeration Literal VERTICAL_OPENING value "832"
|
WEIGHT_MEASURED
Deprecated.
TODO: Model Documentation for Enumeration Literal WEIGHT_MEASURED value "220"
|
Modifier and Type | Method and Description |
---|---|
static PmfmId2 |
fromString(String name)
Deprecated.
Retrieves an instance of PmfmId from
its name . |
static PmfmId2 |
fromValue(String value)
Deprecated.
Returns an instance of PmfmId from String
value . |
String |
getDescription()
Deprecated.
|
String |
getKey()
Deprecated.
|
Class<?> |
getType()
Deprecated.
|
Integer |
getValue()
Deprecated.
Gets the underlying value of this type safe enumeration.
|
String |
getValueAsString()
Deprecated.
|
static List<Integer> |
literals()
Deprecated.
Returns an unmodifiable list containing the literals that are known by this enumeration.
|
static List<String> |
names()
Deprecated.
Returns an unmodifiable list containing the names of the literals that are known
by this enumeration.
|
void |
setValue(Integer newValue)
Deprecated.
|
Integer |
value()
Deprecated.
Returns an enumeration literal String
value . |
static PmfmId2 |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static PmfmId2[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PmfmId2 SEX
public static final PmfmId2 SIZE_CATEGORY
public static final PmfmId2 AGE
public static final PmfmId2 MATURITY
public static final PmfmId2 MARINE_LITTER_TYPE
public static final PmfmId2 MARINE_LITTER_SIZE_CATEGORY
public static final PmfmId2 SURVEY_PART
public static final PmfmId2 STATION_NUMBER
public static final PmfmId2 TRAWL_DISTANCE
public static final PmfmId2 HAUL_VALID
public static final PmfmId2 RECTILINEAR_OPERATION
public static final PmfmId2 MULTIRIG_NUMBER
public static final PmfmId2 MULTIRIG_AGGREGATION
public static final PmfmId2 WEIGHT_MEASURED
public static final PmfmId2 SORTED_UNSORTED
public static final PmfmId2 SCIENTIFIC_CRUISE_SORTING_TYPE
public static final PmfmId2 SCIENTIFIC_CRUISE_SORTING_TYPE2
public static final PmfmId2 VERTICAL_OPENING
public static final PmfmId2 HORIZONTAL_OPENING_WINGS
public static final PmfmId2 HORIZONTAL_OPENING_DOOR
public static final PmfmId2 DEAD_OR_ALIVE
public static final PmfmId2 SORTING_TYPE_TCC
public static PmfmId2[] values()
for (PmfmId2 c : PmfmId2.values()) System.out.println(c);
public static PmfmId2 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 PmfmId2 fromString(String name)
its name
.name
- the name to create the PmfmId from.public Integer value()
value
.
Required by JAXB2 enumeration implementationpublic static PmfmId2 fromValue(String 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.