public static enum MessageErreurGroovy.LocalisationErreurDansDeclencheur extends Enum<MessageErreurGroovy.LocalisationErreurDansDeclencheur>
Enum Constant and Description |
---|
CONDITION |
DECLENCHEUR |
Modifier and Type | Method and Description |
---|---|
static MessageErreurGroovy.LocalisationErreurDansDeclencheur |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageErreurGroovy.LocalisationErreurDansDeclencheur[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessageErreurGroovy.LocalisationErreurDansDeclencheur CONDITION
public static final MessageErreurGroovy.LocalisationErreurDansDeclencheur DECLENCHEUR
public static MessageErreurGroovy.LocalisationErreurDansDeclencheur[] values()
for (MessageErreurGroovy.LocalisationErreurDansDeclencheur c : MessageErreurGroovy.LocalisationErreurDansDeclencheur.values()) System.out.println(c);
public static MessageErreurGroovy.LocalisationErreurDansDeclencheur 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 nullCopyright © 2016. All rights reserved.