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