public enum QualitativeValueId2 extends Enum<QualitativeValueId2> implements Serializable, AdagioEnumerationDef<Integer>
Enum Constant and Description |
---|
MATURITY_1
Deprecated.
TODO: Model Documentation for Enumeration Literal MATURITY_1 value 272
|
MATURITY_2
Deprecated.
TODO: Model Documentation for Enumeration Literal MATURITY_2 value 273
|
MATURITY_3
Deprecated.
TODO: Model Documentation for Enumeration Literal MATURITY_3 value 274
|
MATURITY_4
Deprecated.
TODO: Model Documentation for Enumeration Literal MATURITY_4 value 275
|
MATURITY_5
Deprecated.
TODO: Model Documentation for Enumeration Literal MATURITY_5 value 276
|
SEX_UNDEFINED
Deprecated.
TODO: Model Documentation for Enumeration Literal SEX_UNDEFINED value 203
|
Modifier and Type | Method and Description |
---|---|
static QualitativeValueId2 |
fromString(String name)
Deprecated.
Retrieves an instance of QualitativeValueId from
its name . |
static QualitativeValueId2 |
fromValue(Integer value)
Deprecated.
Returns an instance of QualitativeValueId from Integer
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 Integer
value . |
static QualitativeValueId2 |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static QualitativeValueId2[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QualitativeValueId2 SEX_UNDEFINED
public static final QualitativeValueId2 MATURITY_1
public static final QualitativeValueId2 MATURITY_2
public static final QualitativeValueId2 MATURITY_3
public static final QualitativeValueId2 MATURITY_4
public static final QualitativeValueId2 MATURITY_5
public static QualitativeValueId2[] values()
for (QualitativeValueId2 c : QualitativeValueId2.values()) System.out.println(c);
public static QualitativeValueId2 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 QualitativeValueId2 fromString(String name)
its name
.name
- the name to create the QualitativeValueId from.public Integer value()
value
.
Required by JAXB2 enumeration implementationpublic static QualitativeValueId2 fromValue(Integer value)
value
.
Required by JAXB2 enumeration implementationvalue
- the value to create the QualitativeValueId 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.