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