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