public static enum ImportDataReceptionFournisseur.ErreurEnum extends Enum<ImportDataReceptionFournisseur.ErreurEnum> implements CodeIdentifiable
| Enum Constant and Description |
|---|
DATE_NAN |
DATE_OBLIGATOIRE |
PRIX_UNITAIRE_FORMAT |
PRIX_UNITAIRE_OBLIGATOIRE |
QUANTITE_FORMAT |
QUANTITE_OBLIGATOIRE |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getMessageErreur() |
static ImportDataReceptionFournisseur.ErreurEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImportDataReceptionFournisseur.ErreurEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImportDataReceptionFournisseur.ErreurEnum DATE_OBLIGATOIRE
public static final ImportDataReceptionFournisseur.ErreurEnum DATE_NAN
public static final ImportDataReceptionFournisseur.ErreurEnum PRIX_UNITAIRE_FORMAT
public static final ImportDataReceptionFournisseur.ErreurEnum QUANTITE_FORMAT
public static final ImportDataReceptionFournisseur.ErreurEnum QUANTITE_OBLIGATOIRE
public static final ImportDataReceptionFournisseur.ErreurEnum PRIX_UNITAIRE_OBLIGATOIRE
public static ImportDataReceptionFournisseur.ErreurEnum[] values()
for (ImportDataReceptionFournisseur.ErreurEnum c : ImportDataReceptionFournisseur.ErreurEnum.values()) System.out.println(c);
public static ImportDataReceptionFournisseur.ErreurEnum 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 CodeIdentifiablepublic String getMessageErreur()
Copyright © 2016. All rights reserved.