public enum CBTypeLignePoste extends Enum<CBTypeLignePoste> implements IdentIdentifiable, Localisable
Enum Constant and Description |
---|
FORMULE |
POSTE_CALCULE |
POSTE_COMPTABLE |
POSTE_MOE_QTE |
POSTE_MOE_VAL |
POSTE_POURCENTAGE |
SEPARATEUR |
SOUS_TOTAL |
TOTAL |
Modifier and Type | Field and Description |
---|---|
static EnumSet<CBTypeLignePoste> |
PARAMETRAGE_CONTROLE_BUDGETAIRE
Les postes de type total :
TOTAL
SOUSTOTAL
|
static EnumSet<CBTypeLignePoste> |
TYPES_CALCULES
Les postes calculés hors formule:
TOTAL
SOUSTOTAL
POSTE_CALCULE
POSTE_POURCENTAGE
|
static EnumSet<CBTypeLignePoste> |
TYPES_FORMULES
Les postes utilisables dans les formules :
FORMULE
TOTAL
SOUS_TOTAL
|
static EnumSet<CBTypeLignePoste> |
TYPES_STANDARD
Les lignes budgetaires standard :
POSTE_COMPTABLE
POSTE_MOE_QTE
POSTE_MOE_VAL
|
static EnumSet<CBTypeLignePoste> |
TYPES_TOTAUX
Les postes de type total :
TOTAL
SOUSTOTAL
|
Modifier and Type | Method and Description |
---|---|
boolean |
equalsIdent(Double ident) |
Double |
getIdent() |
String |
getLibelle() |
boolean |
isShow() |
Double |
value() |
static CBTypeLignePoste |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CBTypeLignePoste[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CBTypeLignePoste TOTAL
public static final CBTypeLignePoste SOUS_TOTAL
public static final CBTypeLignePoste POSTE_COMPTABLE
public static final CBTypeLignePoste POSTE_MOE_QTE
public static final CBTypeLignePoste POSTE_MOE_VAL
public static final CBTypeLignePoste POSTE_CALCULE
public static final CBTypeLignePoste POSTE_POURCENTAGE
public static final CBTypeLignePoste FORMULE
public static final CBTypeLignePoste SEPARATEUR
public static EnumSet<CBTypeLignePoste> PARAMETRAGE_CONTROLE_BUDGETAIRE
public static EnumSet<CBTypeLignePoste> TYPES_TOTAUX
public static EnumSet<CBTypeLignePoste> TYPES_CALCULES
public static EnumSet<CBTypeLignePoste> TYPES_STANDARD
public static EnumSet<CBTypeLignePoste> TYPES_FORMULES
public static CBTypeLignePoste[] values()
for (CBTypeLignePoste c : CBTypeLignePoste.values()) System.out.println(c);
public static CBTypeLignePoste 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 boolean isShow()
public Double getIdent()
getIdent
in interface IdentIdentifiable
public boolean equalsIdent(Double ident)
public String getLibelle()
getLibelle
in interface Localisable
Copyright © 2016. All rights reserved.