public enum DeclencheurType extends Enum<DeclencheurType>
Enum Constant and Description |
---|
APRES |
AVANT |
AVANT_CREATE_DMA |
Modifier and Type | Method and Description |
---|---|
String |
libelle() |
static String |
libelleOf(String value) |
boolean |
specifiqueClient() |
String |
value() |
static DeclencheurType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeclencheurType |
valueOfString(String value) |
static DeclencheurType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static List<String> |
valuesString() |
static List<String> |
valuesStringServer() |
public static final DeclencheurType AVANT
public static final DeclencheurType AVANT_CREATE_DMA
public static final DeclencheurType APRES
public static DeclencheurType[] values()
for (DeclencheurType c : DeclencheurType.values()) System.out.println(c);
public static DeclencheurType 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 final String value()
public final String libelle()
public final boolean specifiqueClient()
public static final DeclencheurType valueOfString(String value)
Copyright © 2016. All rights reserved.