public enum TypeAffacturage extends Enum<TypeAffacturage> implements IdentIdentifiable, CodeIdentifiable
Enum Constant and Description |
---|
ANNULEE |
REGLEE_CLIENT |
REGLEE_FACTEUR |
REMISE_FACTEUR |
REMISE_FACTEUR_COMPTABILISEE |
SANS_AFFACTURAGE |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
Double |
getIdent() |
String |
getLibelle() |
static String |
getLibelle(Double indAffact) |
static List<Double> |
getListeIndAffacturages() |
Double |
value() |
static TypeAffacturage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeAffacturage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeAffacturage SANS_AFFACTURAGE
public static final TypeAffacturage REMISE_FACTEUR
public static final TypeAffacturage REMISE_FACTEUR_COMPTABILISEE
public static final TypeAffacturage REGLEE_FACTEUR
public static final TypeAffacturage REGLEE_CLIENT
public static final TypeAffacturage ANNULEE
public static TypeAffacturage[] values()
for (TypeAffacturage c : TypeAffacturage.values()) System.out.println(c);
public static TypeAffacturage 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 Double getIdent()
getIdent
in interface IdentIdentifiable
public String getCode()
getCode
in interface CodeIdentifiable
public String getLibelle()
Copyright © 2016. All rights reserved.