public enum NiveauCompteResultat extends Enum<NiveauCompteResultat> implements Localisable
| Enum Constant and Description |
|---|
POSTES |
SOUS_TOTAUX |
TOTAUX |
| Modifier and Type | Method and Description |
|---|---|
String |
getLibelle() |
static NiveauCompteResultat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NiveauCompteResultat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NiveauCompteResultat POSTES
public static final NiveauCompteResultat SOUS_TOTAUX
public static final NiveauCompteResultat TOTAUX
public static NiveauCompteResultat[] values()
for (NiveauCompteResultat c : NiveauCompteResultat.values()) System.out.println(c);
public static NiveauCompteResultat 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 String getLibelle()
getLibelle in interface LocalisableCopyright © 2016. All rights reserved.