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