public enum CritereEtatCommandeClient extends Enum<CritereEtatCommandeClient> implements CodeIdentifiable, Localisable
Enum Constant and Description |
---|
ANNULEES |
EN_COURS |
LIVREES |
NON_VALIDEES |
REVISEES |
TOUTES |
VALIDEES |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
String |
getEtatValidationLowerCase() |
String |
getLibelle() |
static String[] |
listerEtatsValidation() |
String |
value() |
static CritereEtatCommandeClient |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CritereEtatCommandeClient[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CritereEtatCommandeClient VALIDEES
public static final CritereEtatCommandeClient NON_VALIDEES
public static final CritereEtatCommandeClient EN_COURS
public static final CritereEtatCommandeClient LIVREES
public static final CritereEtatCommandeClient ANNULEES
public static final CritereEtatCommandeClient REVISEES
public static final CritereEtatCommandeClient TOUTES
public static CritereEtatCommandeClient[] values()
for (CritereEtatCommandeClient c : CritereEtatCommandeClient.values()) System.out.println(c);
public static CritereEtatCommandeClient 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 static final String[] listerEtatsValidation()
public final String value()
public String getEtatValidationLowerCase()
public String getCode()
getCode
in interface CodeIdentifiable
public String getLibelle()
getLibelle
in interface Localisable
Copyright © 2016. All rights reserved.