public enum GMAOMoisContrat extends Enum<GMAOMoisContrat>
Enum Constant and Description |
---|
AOUT |
AVRIL |
DECEMBRE |
FEVRIER |
JANVIER |
JUILLET |
JUIN |
MAI |
MARS |
NOVEMBRE |
OCTOBRE |
SEPTEMBRE |
Modifier and Type | Method and Description |
---|---|
String |
getLibelle() |
static GMAOMoisContrat |
getMoisContrat(int mois) |
int |
getMoisInt() |
String |
value() |
static GMAOMoisContrat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GMAOMoisContrat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GMAOMoisContrat JANVIER
public static final GMAOMoisContrat FEVRIER
public static final GMAOMoisContrat MARS
public static final GMAOMoisContrat AVRIL
public static final GMAOMoisContrat MAI
public static final GMAOMoisContrat JUIN
public static final GMAOMoisContrat JUILLET
public static final GMAOMoisContrat AOUT
public static final GMAOMoisContrat SEPTEMBRE
public static final GMAOMoisContrat OCTOBRE
public static final GMAOMoisContrat NOVEMBRE
public static final GMAOMoisContrat DECEMBRE
public static GMAOMoisContrat[] values()
for (GMAOMoisContrat c : GMAOMoisContrat.values()) System.out.println(c);
public static GMAOMoisContrat 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 static GMAOMoisContrat getMoisContrat(int mois)
public int getMoisInt()
Copyright © 2016. All rights reserved.