public enum EtatCommandeFournisseur extends Enum<EtatCommandeFournisseur> implements Localisable, CodeIdentifiable
Enum Constant and Description |
---|
ANNULEE |
APPROVISIONNEE |
FACTUREE |
FACTUREE_PARTIELLEMENT |
NON_VALIDEE |
REVISEE |
VALIDEE |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
String |
getLibelle() |
static EtatCommandeFournisseur |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EtatCommandeFournisseur[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EtatCommandeFournisseur APPROVISIONNEE
public static final EtatCommandeFournisseur VALIDEE
public static final EtatCommandeFournisseur NON_VALIDEE
public static final EtatCommandeFournisseur ANNULEE
public static final EtatCommandeFournisseur REVISEE
public static final EtatCommandeFournisseur FACTUREE
public static final EtatCommandeFournisseur FACTUREE_PARTIELLEMENT
public static EtatCommandeFournisseur[] values()
for (EtatCommandeFournisseur c : EtatCommandeFournisseur.values()) System.out.println(c);
public static EtatCommandeFournisseur 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 String getCode()
getCode
in interface CodeIdentifiable
public String getLibelle()
getLibelle
in interface Localisable
Copyright © 2016. All rights reserved.