public enum LocationLevelId extends Enum<LocationLevelId> implements Serializable, AdagioEnumerationDef<Integer>
Enum Constant and Description |
---|
CRIEE
TODO: Model Documentation for Enumeration Literal CRIEE value 7
|
DEPARTEMENT
TODO: Model Documentation for Enumeration Literal DEPARTEMENT value 32
|
FAO_ZONE
TODO: Model Documentation for Enumeration Literal FAO_ZONE value 101
|
PAYS_ISO3
TODO: Model Documentation for Enumeration Literal PAYS_ISO3 value 21
|
PORT
TODO: Model Documentation for Enumeration Literal PORT value 6
|
QUARTIER
TODO: Model Documentation for Enumeration Literal QUARTIER value 13
|
RECTANGLE_CGPM_GFCM
TODO: Model Documentation for Enumeration Literal RECTANGLE_CGPM_GFCM value 145
|
RECTANGLE_STATISTIQUE
TODO: Model Documentation for Enumeration Literal RECTANGLE_STATISTIQUE value 113
|
REGION
TODO: Model Documentation for Enumeration Literal REGION value 31
|
SCIENTIFIC_CRUISE_LOCALITE
TODO: Model Documentation for Enumeration Literal SCIENTIFIC_CRUISE_LOCALITE value 304
|
SCIENTIFIC_CRUISE_PROGRAM
TODO: Model Documentation for Enumeration Literal SCIENTIFIC_CRUISE_PROGRAM value 301
|
SCIENTIFIC_CRUISE_RADIALE
TODO: Model Documentation for Enumeration Literal SCIENTIFIC_CRUISE_RADIALE value 305
|
SCIENTIFIC_CRUISE_STRATA
TODO: Model Documentation for Enumeration Literal SCIENTIFIC_CRUISE_STRATA value 302
|
SCIENTIFIC_CRUISE_SUB_STRATA
TODO: Model Documentation for Enumeration Literal SCIENTIFIC_CRUISE_SUB_STRATA value 303
|
SOUS_RECTANGLE_STATISTIQUE
TODO: Model Documentation for Enumeration Literal SOUS_RECTANGLE_STATISTIQUE value 114
|
CONFIG_OPTION_PREFIX
Modifier and Type | Method and Description |
---|---|
static LocationLevelId |
fromString(String name)
Retrieves an instance of LocationLevelId from
its name . |
static LocationLevelId |
fromValue(Integer value)
Returns an instance of LocationLevelId 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 LocationLevelId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocationLevelId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LocationLevelId PAYS_ISO3
public static final LocationLevelId PORT
public static final LocationLevelId QUARTIER
public static final LocationLevelId CRIEE
public static final LocationLevelId RECTANGLE_STATISTIQUE
public static final LocationLevelId RECTANGLE_CGPM_GFCM
public static final LocationLevelId REGION
public static final LocationLevelId DEPARTEMENT
public static final LocationLevelId SOUS_RECTANGLE_STATISTIQUE
public static final LocationLevelId FAO_ZONE
public static final LocationLevelId SCIENTIFIC_CRUISE_PROGRAM
public static final LocationLevelId SCIENTIFIC_CRUISE_STRATA
public static final LocationLevelId SCIENTIFIC_CRUISE_SUB_STRATA
public static final LocationLevelId SCIENTIFIC_CRUISE_LOCALITE
public static final LocationLevelId SCIENTIFIC_CRUISE_RADIALE
public static LocationLevelId[] values()
for (LocationLevelId c : LocationLevelId.values()) System.out.println(c);
public static LocationLevelId 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 LocationLevelId fromString(String name)
its name
.name
- the name to create the LocationLevelId from.public Integer value()
value
.
Required by JAXB2 enumeration implementationpublic static LocationLevelId fromValue(Integer value)
value
.
Required by JAXB2 enumeration implementationvalue
- the value to create the LocationLevelId 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.