public enum PeriodeMois extends Enum<PeriodeMois>
Enum Constant and Description |
---|
DEBUT_DE_MOIS |
FIN_DE_MOIS |
FIX |
NONRENSEIGNE |
Modifier and Type | Method and Description |
---|---|
static PeriodeMois |
getByCode(String periode) |
static String |
getNomPeriodeMois(String periodeMois) |
String |
nomPeriodeMois() |
String |
value() |
static PeriodeMois |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PeriodeMois[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PeriodeMois NONRENSEIGNE
public static final PeriodeMois FIN_DE_MOIS
public static final PeriodeMois DEBUT_DE_MOIS
public static final PeriodeMois FIX
public static PeriodeMois[] values()
for (PeriodeMois c : PeriodeMois.values()) System.out.println(c);
public static PeriodeMois 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 nomPeriodeMois()
public static PeriodeMois getByCode(String periode)
Copyright © 2016. All rights reserved.