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