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