public enum MoisSituation extends Enum<MoisSituation> implements IdentCodeLibelleIdentifiable
Enum Constant and Description |
---|
MOIS_COURANT |
MOIS_PRECEDENT |
MOIS_SUIVANT |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
Double |
getIdent() |
String |
getLibelle() |
static MoisSituation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MoisSituation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MoisSituation MOIS_PRECEDENT
public static final MoisSituation MOIS_COURANT
public static final MoisSituation MOIS_SUIVANT
public static MoisSituation[] values()
for (MoisSituation c : MoisSituation.values()) System.out.println(c);
public static MoisSituation 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 Double getIdent()
getIdent
in interface IdentIdentifiable
public String getCode()
getCode
in interface CodeIdentifiable
public String getLibelle()
getLibelle
in interface Localisable
Copyright © 2016. All rights reserved.