public enum CgPresentationGrandLivre extends Enum<CgPresentationGrandLivre> implements IdentIdentifiable, Localisable
| Enum Constant and Description |
|---|
ALL_VALIDATION |
ANO |
DETAIL_PERIODE_CUMULS |
DETAIL_PERIODE_NON_LETTREES |
DETAIL_TOUT_LETTRAGE |
NON_LETTREES |
| Modifier and Type | Method and Description |
|---|---|
Double |
getIdent() |
String |
getIntitule() |
String |
getLibelle() |
Double |
getType() |
static CgPresentationGrandLivre |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CgPresentationGrandLivre |
valueOfType(Double type) |
static CgPresentationGrandLivre[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CgPresentationGrandLivre DETAIL_TOUT_LETTRAGE
public static final CgPresentationGrandLivre DETAIL_PERIODE_NON_LETTREES
public static final CgPresentationGrandLivre NON_LETTREES
public static final CgPresentationGrandLivre DETAIL_PERIODE_CUMULS
public static final CgPresentationGrandLivre ANO
public static final CgPresentationGrandLivre ALL_VALIDATION
public static CgPresentationGrandLivre[] values()
for (CgPresentationGrandLivre c : CgPresentationGrandLivre.values()) System.out.println(c);
public static CgPresentationGrandLivre 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 CgPresentationGrandLivre valueOfType(Double type)
public Double getType()
public String getIntitule()
public String getLibelle()
getLibelle in interface Localisablepublic Double getIdent()
getIdent in interface IdentIdentifiableCopyright © 2016. All rights reserved.