public enum EtatReceptionFournisseur extends Enum<EtatReceptionFournisseur> implements Localisable, CodeIdentifiable
Enum Constant and Description |
---|
ANNULE |
FACTURE |
NON_FACTURE |
NON_VALIDEE |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
static EtatReceptionFournisseur |
getEtatFrom(ApprovisionnementResultatRecherche approvisionnementResultatRecherche) |
static EtatReceptionFournisseur |
getEtatFrom(Date dtValidation,
Date dtFact,
Date dateAnnule) |
String |
getLibelle() |
static EtatReceptionFournisseur |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EtatReceptionFournisseur[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EtatReceptionFournisseur NON_VALIDEE
public static final EtatReceptionFournisseur FACTURE
public static final EtatReceptionFournisseur NON_FACTURE
public static final EtatReceptionFournisseur ANNULE
public static EtatReceptionFournisseur[] values()
for (EtatReceptionFournisseur c : EtatReceptionFournisseur.values()) System.out.println(c);
public static EtatReceptionFournisseur 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 EtatReceptionFournisseur getEtatFrom(ApprovisionnementResultatRecherche approvisionnementResultatRecherche)
public static EtatReceptionFournisseur getEtatFrom(Date dtValidation, Date dtFact, Date dateAnnule)
public String getCode()
getCode
in interface CodeIdentifiable
public String getLibelle()
getLibelle
in interface Localisable
Copyright © 2016. All rights reserved.