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