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