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