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