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