fr.ifremer.allegro.administration.user
Class ManageDataTypeId

java.lang.Object
  extended by fr.ifremer.allegro.administration.user.ManageDataTypeId
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ManageDataTypeIdEnum

Deprecated. 

ATTENTION : NE PLUS UTILISER les portefeuilles dans les nouveaux d??veloppements (utiliser ?? la place les privil??ves sur les programmes)

public class ManageDataTypeId
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

ACTIVITY_CALENDAR

public static final ManageDataTypeId ACTIVITY_CALENDAR
Deprecated. 

OBSERVED_FISHING_TRIP_ON_BOARD

public static final ManageDataTypeId OBSERVED_FISHING_TRIP_ON_BOARD
Deprecated. 

FISHING_EFFORT_CALENDAR

public static final ManageDataTypeId FISHING_EFFORT_CALENDAR
Deprecated. 
Constructor Detail

ManageDataTypeId

protected ManageDataTypeId()
Deprecated. 
The default constructor allowing super classes to access it.

Method Detail

toString

public java.lang.String toString()
Deprecated. 
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()

fromInteger

public static ManageDataTypeId fromInteger(java.lang.Integer value)
Deprecated. 
Creates an instance of ManageDataTypeId from value.

Parameters:
value - the value to create the ManageDataTypeId from.

getValue

public java.lang.Integer getValue()
Deprecated. 
Gets the underlying value of this type safe enumeration.

Returns:
the underlying value.

compareTo

public int compareTo(java.lang.Object that)
Deprecated. 
See Also:
Comparable.compareTo(java.lang.Object)

literals

public static java.util.List literals()
Deprecated. 
Returns an unmodifiable list containing the literals that are known by this enumeration.

Returns:
A List containing the actual literals defined by this enumeration, this list can not be modified.

names

public static java.util.List names()
Deprecated. 
Returns an unmodifiable list containing the names of the literals that are known by this enumeration.

Returns:
A List containing the actual names of the literals defined by this enumeration, this list can not be modified.

values

public static java.util.List values()
Deprecated. 
Returns an unmodifiable list containing the actual enumeration instance values.

Returns:
A List containing the actual enumeration instance values.

equals

public boolean equals(java.lang.Object object)
Deprecated. 
Overrides:
equals in class java.lang.Object
See Also:
Object.equals(java.lang.Object)

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class java.lang.Object
See Also:
Object.hashCode()


Copyright © 2008-2010 IFREMER. All Rights Reserved.