|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.pmfm.ParameterCode
public class ParameterCode
Field Summary | |
---|---|
static ParameterCode |
BULK
|
static ParameterCode |
CALCULATED_WEIGHT
|
static ParameterCode |
LANDING_REJECTION
|
static ParameterCode |
PRESENTATION
|
static ParameterCode |
PROCEEDING
|
static ParameterCode |
SEX
|
static ParameterCode |
SIZE
|
static ParameterCode |
STATUS
|
static ParameterCode |
WEIGHT
|
Constructor Summary | |
---|---|
protected |
ParameterCode()
The default constructor allowing super classes to access it. |
Method Summary | |
---|---|
int |
compareTo(java.lang.Object that)
|
boolean |
equals(java.lang.Object object)
|
static ParameterCode |
fromString(java.lang.String value)
Creates an instance of ParameterCode 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 |
---|
public static final ParameterCode WEIGHT
public static final ParameterCode CALCULATED_WEIGHT
public static final ParameterCode LANDING_REJECTION
public static final ParameterCode BULK
public static final ParameterCode PRESENTATION
public static final ParameterCode STATUS
public static final ParameterCode SEX
public static final ParameterCode SIZE
public static final ParameterCode PROCEEDING
Constructor Detail |
---|
protected ParameterCode()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public static ParameterCode fromString(java.lang.String value)
value
.
value
- the value to create the ParameterCode from.public java.lang.String 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 |