public enum CgMois extends Enum<CgMois> implements IdentIdentifiable, CodeIdentifiable, Localisable
| Enum Constant and Description |
|---|
AOUT |
AVRIL |
DECEMBRE |
FEVRIER |
JANVIER |
JUILLET |
JUIN |
MAI |
MARS |
NOVEMBRE |
OCTOBRE |
SEPTEMBRE |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
Double |
getIdent() |
String |
getLibelle() |
static String |
getMonthName(int numMois) |
static String |
getMonthNum(int numMois) |
String |
intituleMois() |
String |
value() |
static CgMois |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CgMois[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CgMois JANVIER
public static final CgMois FEVRIER
public static final CgMois MARS
public static final CgMois AVRIL
public static final CgMois MAI
public static final CgMois JUIN
public static final CgMois JUILLET
public static final CgMois AOUT
public static final CgMois SEPTEMBRE
public static final CgMois OCTOBRE
public static final CgMois NOVEMBRE
public static final CgMois DECEMBRE
public static CgMois[] values()
for (CgMois c : CgMois.values()) System.out.println(c);
public static CgMois 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 String getMonthName(int numMois)
public static String getMonthNum(int numMois)
public final String value()
public final String intituleMois()
public Double getIdent()
getIdent in interface IdentIdentifiablepublic String getCode()
getCode in interface CodeIdentifiablepublic String getLibelle()
getLibelle in interface LocalisableCopyright © 2016. All rights reserved.