public enum TypePreFacturation extends Enum<TypePreFacturation>
| Enum Constant and Description |
|---|
AVANCEMENT |
LIBRE |
POURCENTAGE |
SANS |
TOTAL |
| Modifier and Type | Method and Description |
|---|---|
Double |
value() |
static TypePreFacturation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypePreFacturation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypePreFacturation SANS
public static final TypePreFacturation TOTAL
public static final TypePreFacturation AVANCEMENT
public static final TypePreFacturation POURCENTAGE
public static final TypePreFacturation LIBRE
public static TypePreFacturation[] values()
for (TypePreFacturation c : TypePreFacturation.values()) System.out.println(c);
public static TypePreFacturation 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.