ATTENTION : NE PLUS UTILISER les portefeuilles dans les nouveaux développements (utiliser à la place les privilèves sur les programmes)
public enum ManageDataTypeId extends Enum<ManageDataTypeId> implements Serializable
| Enum Constant and Description |
|---|
ACTIVITY_CALENDAR
Deprecated.
|
OBSERVED_FISHING_TRIP_ON_BOARD
Deprecated.
|
PHYSICAL_GEAR_SURVEY
Deprecated.
|
SALE
Deprecated.
|
SCIENTIFIC_CRUISE
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ManageDataTypeId |
fromInteger(Integer value)
Deprecated.
Creates an instance of ManageDataTypeId from
value. |
String |
getName()
Deprecated.
Gets the underlying name of this type safe enumeration.
|
Integer |
getValue()
Deprecated.
Gets the underlying value of this type safe enumeration.
|
boolean |
hasInitError()
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.
|
String |
toString()
Deprecated.
|
static ManageDataTypeId |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ManageDataTypeId[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ManageDataTypeId ACTIVITY_CALENDAR
public static final ManageDataTypeId OBSERVED_FISHING_TRIP_ON_BOARD
public static final ManageDataTypeId PHYSICAL_GEAR_SURVEY
public static final ManageDataTypeId SCIENTIFIC_CRUISE
public static final ManageDataTypeId SALE
public static ManageDataTypeId[] values()
for (ManageDataTypeId c : ManageDataTypeId.values()) System.out.println(c);
public static ManageDataTypeId 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<ManageDataTypeId>Object.toString()public static ManageDataTypeId fromInteger(Integer value)
value.value - the value to create the ManageDataTypeId from.public Integer getValue()
public String getName()
public static List<Integer> literals()
Copyright © 2013. All Rights Reserved.