fr.ifremer.allegro.administration.programStrategy
Class AcquisitionLevelCode

java.lang.Object
  extended by fr.ifremer.allegro.administration.programStrategy.AcquisitionLevelCode
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AcquisitionLevelCodeEnum

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

See Also:
Serialized Form

Field Summary
static AcquisitionLevelCode ACTIVITY
           
static AcquisitionLevelCode BATCH
           
static AcquisitionLevelCode FISHING_TRIP
           
static AcquisitionLevelCode LANDING
           
static AcquisitionLevelCode MONTHLY_EFFORT
           
static AcquisitionLevelCode OBSERVED_LANDING
           
static AcquisitionLevelCode OBSERVED_SALE
           
static AcquisitionLevelCode OBSERVED_TRIP_ON_BOARD
           
static AcquisitionLevelCode OPERATION
           
static AcquisitionLevelCode OPERATION_GROUP
           
static AcquisitionLevelCode PHYSICAL_GEAR
           
static AcquisitionLevelCode SALE
           
static AcquisitionLevelCode SAMPLE
           
static AcquisitionLevelCode SCIENTIFIC_CRUISE
           
static AcquisitionLevelCode YEARLYEFFORT
           
 
Constructor Summary
protected AcquisitionLevelCode()
          The default constructor allowing super classes to access it.
 
Method Summary
 int compareTo(java.lang.Object that)
           
 boolean equals(java.lang.Object object)
           
static AcquisitionLevelCode fromString(java.lang.String value)
          Creates an instance of AcquisitionLevelCode from value.
 java.lang.String 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

FISHING_TRIP

public static final AcquisitionLevelCode FISHING_TRIP

OBSERVED_TRIP_ON_BOARD

public static final AcquisitionLevelCode OBSERVED_TRIP_ON_BOARD

OPERATION

public static final AcquisitionLevelCode OPERATION

OPERATION_GROUP

public static final AcquisitionLevelCode OPERATION_GROUP

BATCH

public static final AcquisitionLevelCode BATCH

SAMPLE

public static final AcquisitionLevelCode SAMPLE

ACTIVITY

public static final AcquisitionLevelCode ACTIVITY

PHYSICAL_GEAR

public static final AcquisitionLevelCode PHYSICAL_GEAR

YEARLYEFFORT

public static final AcquisitionLevelCode YEARLYEFFORT

MONTHLY_EFFORT

public static final AcquisitionLevelCode MONTHLY_EFFORT

SCIENTIFIC_CRUISE

public static final AcquisitionLevelCode SCIENTIFIC_CRUISE

SALE

public static final AcquisitionLevelCode SALE

OBSERVED_SALE

public static final AcquisitionLevelCode OBSERVED_SALE

LANDING

public static final AcquisitionLevelCode LANDING

OBSERVED_LANDING

public static final AcquisitionLevelCode OBSERVED_LANDING
Constructor Detail

AcquisitionLevelCode

protected AcquisitionLevelCode()
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()

fromString

public static AcquisitionLevelCode fromString(java.lang.String value)
Creates an instance of AcquisitionLevelCode from value.

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

getValue

public java.lang.String 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.