public enum ProgramCode extends Enum<ProgramCode> implements Serializable
| Enum Constant and Description |
|---|
ACTIVITY |
ACTIVITY_MERGE |
DECLARATIVE_FLOW
Programme servant à la prédocumentation des données déclaratives
(prédoc électronique)
|
PRE_RECOPESCA |
RECOPESCA |
SIH_OBSERVED_FISHING_TRIP_ON_BOARD |
SIH_OBSMER
Deprecated.
: Use "sihObservedFishingTripOnBoard" instead
|
SIH_STATPECHE_CONFLIT
Deprecated.
: Use "activityMerge" instead
|
STAT_PECHE
Deprecated.
: Use "activity" instead
|
| Modifier and Type | Method and Description |
|---|---|
static ProgramCode |
fromString(String value)
Creates an instance of ProgramCode from
value. |
String |
getName()
Gets the underlying name of this type safe enumeration.
|
String |
getValue()
Gets the underlying value of this type safe enumeration.
|
boolean |
hasInitError() |
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.
|
String |
toString() |
static ProgramCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProgramCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProgramCode SIH_OBSERVED_FISHING_TRIP_ON_BOARD
public static final ProgramCode STAT_PECHE
public static final ProgramCode PRE_RECOPESCA
public static final ProgramCode RECOPESCA
public static final ProgramCode DECLARATIVE_FLOW
Programme servant à la prédocumentation des données déclaratives (prédoc électronique)
public static final ProgramCode SIH_STATPECHE_CONFLIT
public static final ProgramCode ACTIVITY_MERGE
public static final ProgramCode SIH_OBSMER
public static final ProgramCode ACTIVITY
public static ProgramCode[] values()
for (ProgramCode c : ProgramCode.values()) System.out.println(c);
public static ProgramCode 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 boolean hasInitError()
public String toString()
toString in class Enum<ProgramCode>Object.toString()public static ProgramCode fromString(String value)
value.value - the value to create the ProgramCode from.public String getValue()
public String getName()
public static List<String> literals()
Copyright © 2013. All Rights Reserved.