fr.ifremer.allegro.referential.location
Class LocationLevelId

java.lang.Object
  extended by fr.ifremer.allegro.referential.location.LocationLevelId
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
LocationLevelIdEnum

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

See Also:
Serialized Form

Field Summary
static LocationLevelId CRIEE
           
static LocationLevelId DEPARTEMENT
           
static LocationLevelId LIEU_DE_DEBARQUEMENT
           
static LocationLevelId PAYS_ISO3
           
static LocationLevelId PORT
           
static LocationLevelId QUARTIER
           
static LocationLevelId RECTANGLE_STATISTIQUE
           
static LocationLevelId REGION
           
 
Constructor Summary
protected LocationLevelId()
          The default constructor allowing super classes to access it.
 
Method Summary
 int compareTo(java.lang.Object that)
           
 boolean equals(java.lang.Object object)
           
static LocationLevelId fromInteger(java.lang.Integer value)
          Creates an instance of LocationLevelId from value.
 java.lang.Integer getValue()
          Gets the underlying value of this type safe enumeration.
 int hashCode()
           
static java.util.List literals()
          Returns an unmodifiable list containing the literals that are known by this enumeration.
static java.util.List names()
          Returns an unmodifiable list containing the names of the literals that are known by this enumeration.
 java.lang.String toString()
           
static java.util.List values()
          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

PAYS_ISO3

public static final LocationLevelId PAYS_ISO3

PORT

public static final LocationLevelId PORT

QUARTIER

public static final LocationLevelId QUARTIER

CRIEE

public static final LocationLevelId CRIEE

RECTANGLE_STATISTIQUE

public static final LocationLevelId RECTANGLE_STATISTIQUE

LIEU_DE_DEBARQUEMENT

public static final LocationLevelId LIEU_DE_DEBARQUEMENT

REGION

public static final LocationLevelId REGION

DEPARTEMENT

public static final LocationLevelId DEPARTEMENT
Constructor Detail

LocationLevelId

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

Method Detail

toString

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

fromInteger

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

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

getValue

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

Returns:
the underlying value.

compareTo

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

literals

public static java.util.List literals()
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()
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()
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)
Overrides:
equals in class java.lang.Object
See Also:
Object.equals(java.lang.Object)

hashCode

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


Copyright © 2008-2010 IFREMER. All Rights Reserved.