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