Package | Description |
---|---|
fr.ifremer.adagio.core.dao.referential |
Modifier and Type | Method and Description |
---|---|
static QualityFlagCode |
QualityFlagCode.fromString(String name)
Retrieves an instance of QualityFlagCode from
its name . |
static QualityFlagCode |
QualityFlagCode.fromValue(String value)
Returns an instance of QualityFlagCode from String
value . |
static QualityFlagCode |
QualityFlagCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QualityFlagCode[] |
QualityFlagCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012–2014 IFREMER. All rights reserved.