public enum CBTypePresentationLot extends Enum<CBTypePresentationLot> implements IdentIdentifiable
Enum Constant and Description |
---|
CUMULEE |
DETAILLE |
SOUS_TOTAL |
Modifier and Type | Field and Description |
---|---|
static EnumSet<CBTypePresentationLot> |
TYPES_DETAIL
Les postes de type total :
DETAILLE
SOUS_TOTAL
|
Modifier and Type | Method and Description |
---|---|
boolean |
equalsIdent(Double ident) |
Double |
getIdent() |
static boolean |
isNonCumule(Double ident) |
static CBTypePresentationLot |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CBTypePresentationLot[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CBTypePresentationLot CUMULEE
public static final CBTypePresentationLot DETAILLE
public static final CBTypePresentationLot SOUS_TOTAL
public static EnumSet<CBTypePresentationLot> TYPES_DETAIL
public static CBTypePresentationLot[] values()
for (CBTypePresentationLot c : CBTypePresentationLot.values()) System.out.println(c);
public static CBTypePresentationLot 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 static boolean isNonCumule(Double ident)
public Double getIdent()
getIdent
in interface IdentIdentifiable
public boolean equalsIdent(Double ident)
Copyright © 2016. All rights reserved.