public enum TypeMois extends Enum<TypeMois> implements IdentIdentifiable
Enum Constant and Description |
---|
AOUT |
AVRIL |
DECEMBRE |
FEVRIER |
JANVIER |
JUILLET |
JUIN |
MAI |
MARS |
NOVEMBRE |
OCTOBRE |
RIEN |
SEPTEMBRE |
Modifier and Type | Method and Description |
---|---|
Double |
getIdent() |
String |
getLibelle() |
static String |
getLibelleMois(Date dtRef) |
Double |
getTypeEtat() |
static TypeMois[] |
valeurAlaDateArrete(Date dateCourante,
boolean moisAvant) |
static TypeMois |
valeurAuMois(Double mois) |
Double |
value() |
static TypeMois |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeMois[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeMois JANVIER
public static final TypeMois FEVRIER
public static final TypeMois MARS
public static final TypeMois AVRIL
public static final TypeMois MAI
public static final TypeMois JUIN
public static final TypeMois JUILLET
public static final TypeMois AOUT
public static final TypeMois SEPTEMBRE
public static final TypeMois OCTOBRE
public static final TypeMois NOVEMBRE
public static final TypeMois DECEMBRE
public static final TypeMois RIEN
public static TypeMois[] values()
for (TypeMois c : TypeMois.values()) System.out.println(c);
public static TypeMois 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 TypeMois[] valeurAlaDateArrete(Date dateCourante, boolean moisAvant)
public final Double value()
public Double getTypeEtat()
public String getLibelle()
public Double getIdent()
getIdent
in interface IdentIdentifiable
Copyright © 2016. All rights reserved.