public enum PeriodiciteEcheances extends Enum<PeriodiciteEcheances>
Enum Constant and Description |
---|
ANNUELLE |
MENSUELLE |
SEMESTRIELLE |
TRIMESTRIELLE |
Modifier and Type | Method and Description |
---|---|
Integer |
getDuree() |
static Integer |
getDuree(String codePeriodicite) |
String |
getLibelle() |
static PeriodiciteEcheances |
getPeriodicite(String codePeriodicite) |
String |
value() |
static PeriodiciteEcheances |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PeriodiciteEcheances[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PeriodiciteEcheances MENSUELLE
public static final PeriodiciteEcheances TRIMESTRIELLE
public static final PeriodiciteEcheances SEMESTRIELLE
public static final PeriodiciteEcheances ANNUELLE
public static PeriodiciteEcheances[] values()
for (PeriodiciteEcheances c : PeriodiciteEcheances.values()) System.out.println(c);
public static PeriodiciteEcheances 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 String getLibelle()
public Integer getDuree()
public static PeriodiciteEcheances getPeriodicite(String codePeriodicite)
Copyright © 2016. All rights reserved.