public enum FORMAT_FICHIER_SORTIE_POUR_BATCH extends Enum<FORMAT_FICHIER_SORTIE_POUR_BATCH> implements Localisable
Enum Constant and Description |
---|
FICHIER_ERREURS |
FICHIER_GLOBAL |
Modifier and Type | Method and Description |
---|---|
String |
getLibelle() |
static FORMAT_FICHIER_SORTIE_POUR_BATCH |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FORMAT_FICHIER_SORTIE_POUR_BATCH[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FORMAT_FICHIER_SORTIE_POUR_BATCH FICHIER_GLOBAL
public static final FORMAT_FICHIER_SORTIE_POUR_BATCH FICHIER_ERREURS
public static FORMAT_FICHIER_SORTIE_POUR_BATCH[] values()
for (FORMAT_FICHIER_SORTIE_POUR_BATCH c : FORMAT_FICHIER_SORTIE_POUR_BATCH.values()) System.out.println(c);
public static FORMAT_FICHIER_SORTIE_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.