public enum TypeEvenement extends Enum<TypeEvenement> implements CodeIdentifiable, Localisable
| Enum Constant and Description |
|---|
NOTES |
RENDEZ_VOUS |
TACHE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equalsCode(String code) |
static TypeEvenement |
findValue(String value) |
String |
getCode() |
String |
getLibelle() |
String |
libelle() |
String |
value() |
static TypeEvenement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeEvenement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static String[] |
valuesString() |
public static final TypeEvenement TACHE
public static final TypeEvenement RENDEZ_VOUS
public static final TypeEvenement NOTES
public static TypeEvenement[] values()
for (TypeEvenement c : TypeEvenement.values()) System.out.println(c);
public static TypeEvenement 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 static final TypeEvenement findValue(String value)
public static final String[] valuesString()
public final String value()
public final String libelle()
public String getLibelle()
getLibelle in interface Localisablepublic String getCode()
getCode in interface CodeIdentifiablepublic boolean equalsCode(String code)
Copyright © 2016. All rights reserved.