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