public enum ZoneCompetenceMapping extends Enum<ZoneCompetenceMapping> implements Serializable, AdagioEnumerationDef<String>
Enum Constant and Description |
---|
DEFAULT_LOCATION_LEVEL
TODO: Model Documentation for Enumeration Literal DEFAULT_LOCATION_LEVEL value "Corse|142,Guadeloupe|158;159,Guyanne|154;156,La Réunion|151;152,Martinique|158;159,Mayotte|165,Méditerranée|142,Mer du nord manche atlantique|113;114,Saint Pierre et Miquelon|101"
|
GROUND
TODO: Model Documentation for Enumeration Literal GROUND value "Corse|394;391,Guadeloupe|430,Guyanne|423,La Réunion|433,Martinique|425,Mayotte|424;429,Méditerranée|408;410;420;415;413;419;394;391,Mer du nord manche atlantique|386;387;388;389;390;392;393;395;396;397;398;399;400;401;402;403;404;405;406;407;409;411;412;414;416;417;418;421;422;432;435;436,Saint Pierre et Miquelon|434"
|
SEA
TODO: Model Documentation for Enumeration Literal SEA value "Corse|4022,Guadeloupe|4020,Guyanne|4020,La Réunion|4028,Martinique|4020,Mayotte|4028,Méditerranée|4022,Mer du nord manche atlantique|4018,Saint Pierre et Miquelon|4017"
|
CONFIG_OPTION_PREFIX
Modifier and Type | Method and Description |
---|---|
static ZoneCompetenceMapping |
fromString(String name)
Retrieves an instance of ZoneCompetenceMapping from
its name . |
static ZoneCompetenceMapping |
fromValue(String value)
Returns an instance of ZoneCompetenceMapping 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 ZoneCompetenceMapping |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZoneCompetenceMapping[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZoneCompetenceMapping GROUND
public static final ZoneCompetenceMapping SEA
public static final ZoneCompetenceMapping DEFAULT_LOCATION_LEVEL
public static ZoneCompetenceMapping[] values()
for (ZoneCompetenceMapping c : ZoneCompetenceMapping.values()) System.out.println(c);
public static ZoneCompetenceMapping 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 ZoneCompetenceMapping fromString(String name)
its name
.name
- the name to create the ZoneCompetenceMapping from.public String value()
value
.
Required by JAXB2 enumeration implementationpublic static ZoneCompetenceMapping fromValue(String value)
value
.
Required by JAXB2 enumeration implementationvalue
- the value to create the ZoneCompetenceMapping 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.