public enum QualityFlagCode extends Enum<QualityFlagCode> implements Serializable, AdagioEnumerationDef<String>
Enum Constant and Description |
---|
BAD
TODO: Model Documentation for Enumeration Literal BAD value "4"
|
CORRECTED
TODO: Model Documentation for Enumeration Literal CORRECTED value "5"
|
DOUBTFUL
TODO: Model Documentation for Enumeration Literal DOUBTFUL value "3"
|
GOOD
TODO: Model Documentation for Enumeration Literal GOOD value "1"
|
INCOMPLETE
TODO: Model Documentation for Enumeration Literal INCOMPLETE value "8"
|
MISSING
TODO: Model Documentation for Enumeration Literal MISSING value "9"
|
NOTQUALIFIED
TODO: Model Documentation for Enumeration Literal NOTQUALIFIED value "0"
|
OUT_OF_STAT
TODO: Model Documentation for Enumeration Literal OUT_OF_STAT value "2"
|
CONFIG_OPTION_PREFIX
Modifier and Type | Method and Description |
---|---|
static QualityFlagCode |
fromString(String name)
Retrieves an instance of QualityFlagCode from
its name . |
static QualityFlagCode |
fromValue(String value)
Returns an instance of QualityFlagCode 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 QualityFlagCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QualityFlagCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QualityFlagCode NOTQUALIFIED
public static final QualityFlagCode GOOD
public static final QualityFlagCode OUT_OF_STAT
public static final QualityFlagCode DOUBTFUL
public static final QualityFlagCode BAD
public static final QualityFlagCode CORRECTED
public static final QualityFlagCode INCOMPLETE
public static final QualityFlagCode MISSING
public static QualityFlagCode[] values()
for (QualityFlagCode c : QualityFlagCode.values()) System.out.println(c);
public static QualityFlagCode 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 QualityFlagCode fromString(String name)
its name
.name
- the name to create the QualityFlagCode from.public String value()
value
.
Required by JAXB2 enumeration implementationpublic static QualityFlagCode fromValue(String value)
value
.
Required by JAXB2 enumeration implementationvalue
- the value to create the QualityFlagCode 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.