|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.administration.user.ManageDataTypeId
ATTENTION : NE PLUS UTILISER les portefeuilles dans les nouveaux d??veloppements (utiliser ?? la place les privil??ves sur les programmes)
public class ManageDataTypeId
Field Summary | |
---|---|
static ManageDataTypeId |
ACTIVITY_CALENDAR
Deprecated. |
static ManageDataTypeId |
FISHING_EFFORT_CALENDAR
Deprecated. |
static ManageDataTypeId |
OBSERVED_FISHING_TRIP_ON_BOARD
Deprecated. |
Constructor Summary | |
---|---|
protected |
ManageDataTypeId()
Deprecated. The default constructor allowing super classes to access it. |
Method Summary | |
---|---|
int |
compareTo(java.lang.Object that)
Deprecated. |
boolean |
equals(java.lang.Object object)
Deprecated. |
static ManageDataTypeId |
fromInteger(java.lang.Integer value)
Deprecated. Creates an instance of ManageDataTypeId from value . |
java.lang.Integer |
getValue()
Deprecated. Gets the underlying value of this type safe enumeration. |
int |
hashCode()
Deprecated. |
static java.util.List |
literals()
Deprecated. Returns an unmodifiable list containing the literals that are known by this enumeration. |
static java.util.List |
names()
Deprecated. Returns an unmodifiable list containing the names of the literals that are known by this enumeration. |
java.lang.String |
toString()
Deprecated. |
static java.util.List |
values()
Deprecated. Returns an unmodifiable list containing the actual enumeration instance values. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final ManageDataTypeId ACTIVITY_CALENDAR
public static final ManageDataTypeId OBSERVED_FISHING_TRIP_ON_BOARD
public static final ManageDataTypeId FISHING_EFFORT_CALENDAR
Constructor Detail |
---|
protected ManageDataTypeId()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public static ManageDataTypeId fromInteger(java.lang.Integer value)
value
.
value
- the value to create the ManageDataTypeId from.public java.lang.Integer getValue()
public int compareTo(java.lang.Object that)
Comparable.compareTo(java.lang.Object)
public static java.util.List literals()
public static java.util.List names()
public static java.util.List values()
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |