public enum QualitativeValueId extends Enum<QualitativeValueId> implements Serializable
| Enum Constant and Description |
|---|
ABNORMAL
Déroulement "anormale" d'une opération
|
ANOTHER_SURVEY_NO |
ANOTHER_SURVEY_YES |
DIRECT_SURVEY |
DISCARD_TYPE_ANIMALS |
ESTIMATE_SURVEY |
FRY_STATUS |
INDIRECT_SURVEY |
INTEGRAL_PRESENTATION
Présentation "Entier" (paramètre DRESSING)
|
IS_SAMPLING |
LANDING
Valeur qualitative "Débarquement" pour le parametre "DEB/REJ".
|
NON_SEXED_SEX |
REJECTED |
SORTING_TYPE_TCC |
SORTING_TYPE_TPN |
VALIDATION_PROGRAM_DO_CORRECTION |
VALIDATION_SUPERVISOR_NO |
VALIDATION_SUPERVISOR_YES |
VRAC |
| Modifier and Type | Method and Description |
|---|---|
static QualitativeValueId |
fromInteger(Integer value)
Creates an instance of QualitativeValueId from
value. |
String |
getName()
Gets the underlying name of this type safe enumeration.
|
Integer |
getValue()
Gets the underlying value of this type safe enumeration.
|
boolean |
hasInitError() |
static List<Integer> |
literals()
Returns an unmodifiable list containing the literals that are known by this enumeration.
|
static List<String> |
names()
Returns an unmodifiable list containing the names of the literals that are known
by this enumeration.
|
String |
toString() |
static QualitativeValueId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QualitativeValueId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QualitativeValueId LANDING
Valeur qualitative "Débarquement" pour le parametre "DEB/REJ". (Utilisé dans les échantilonnages)
public static final QualitativeValueId ABNORMAL
Déroulement "anormale" d'une opération
public static final QualitativeValueId DIRECT_SURVEY
public static final QualitativeValueId INDIRECT_SURVEY
public static final QualitativeValueId ESTIMATE_SURVEY
public static final QualitativeValueId ANOTHER_SURVEY_NO
public static final QualitativeValueId ANOTHER_SURVEY_YES
public static final QualitativeValueId DISCARD_TYPE_ANIMALS
public static final QualitativeValueId FRY_STATUS
public static final QualitativeValueId INTEGRAL_PRESENTATION
Présentation "Entier" (paramètre DRESSING)
public static final QualitativeValueId IS_SAMPLING
public static final QualitativeValueId VALIDATION_PROGRAM_DO_CORRECTION
public static final QualitativeValueId VALIDATION_SUPERVISOR_NO
public static final QualitativeValueId VALIDATION_SUPERVISOR_YES
public static final QualitativeValueId NON_SEXED_SEX
public static final QualitativeValueId SORTING_TYPE_TPN
public static final QualitativeValueId SORTING_TYPE_TCC
public static final QualitativeValueId REJECTED
public static final QualitativeValueId VRAC
public static QualitativeValueId[] values()
for (QualitativeValueId c : QualitativeValueId.values()) System.out.println(c);
public static QualitativeValueId valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic boolean hasInitError()
public String toString()
toString in class Enum<QualitativeValueId>Object.toString()public static QualitativeValueId fromInteger(Integer value)
value.value - the value to create the QualitativeValueId from.public Integer getValue()
public String getName()
public static List<Integer> literals()
Copyright © 2013. All Rights Reserved.