public enum CBPosteTypeCompte extends Enum<CBPosteTypeCompte> implements IdentIdentifiable, Localisable
| Enum Constant and Description |
|---|
CHARGE |
PRODUIT |
PRODUIT_CHARGE_MOE |
QUANTITE_CHARGE |
QUANTITE_MOE |
QUANTITE_PRODUIT |
QUANTITE_PRODUIT_CHARGE_MOE |
SEPARATEUR |
VALORISATION_MOE |
| Modifier and Type | Field and Description |
|---|---|
static EnumSet<CBPosteTypeCompte> |
COMPTES_CHARGE
Comptes de type Charge
|
static EnumSet<CBPosteTypeCompte> |
COMPTES_COMPTABLES
Comptes de type Général
|
static EnumSet<CBPosteTypeCompte> |
COMPTES_GENERAL
Comptes de type Général
|
static EnumSet<CBPosteTypeCompte> |
COMPTES_MOE
Comptes de type Main d'oeuvre
|
static EnumSet<CBPosteTypeCompte> |
COMPTES_PRODUIT
Comptes de type Produit
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equalsIdent(Double ident) |
Double |
getIdent() |
String |
getLibelle() |
static CBPosteTypeCompte |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CBPosteTypeCompte[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CBPosteTypeCompte PRODUIT
public static final CBPosteTypeCompte CHARGE
public static final CBPosteTypeCompte QUANTITE_MOE
public static final CBPosteTypeCompte VALORISATION_MOE
public static final CBPosteTypeCompte QUANTITE_PRODUIT
public static final CBPosteTypeCompte QUANTITE_CHARGE
public static final CBPosteTypeCompte PRODUIT_CHARGE_MOE
public static final CBPosteTypeCompte QUANTITE_PRODUIT_CHARGE_MOE
public static final CBPosteTypeCompte SEPARATEUR
public static final EnumSet<CBPosteTypeCompte> COMPTES_MOE
public static final EnumSet<CBPosteTypeCompte> COMPTES_CHARGE
public static final EnumSet<CBPosteTypeCompte> COMPTES_PRODUIT
public static final EnumSet<CBPosteTypeCompte> COMPTES_GENERAL
public static final EnumSet<CBPosteTypeCompte> COMPTES_COMPTABLES
public static CBPosteTypeCompte[] values()
for (CBPosteTypeCompte c : CBPosteTypeCompte.values()) System.out.println(c);
public static CBPosteTypeCompte 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 IdentIdentifiablepublic String getLibelle()
getLibelle in interface Localisablepublic boolean equalsIdent(Double ident)
Copyright © 2016. All rights reserved.