public enum StatutEcheanceClient extends Enum<StatutEcheanceClient> implements IdentIdentifiable, CodeIdentifiable, Localisable
Enum Constant and Description |
---|
CONTENTIEUX |
ENCAISSEMENT_ATTENDU |
ENCAISSEMENT_CONFIRME |
ENCAISSEMENT_CONFIRME_APPROX |
ENCAISSEMENT_DIFFERE |
RISQUE_NON_RECOUVREMENT |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
static String |
getCodeFromIdent(Double indStatut) |
static StatutEcheanceClient |
getFromCode(String code) |
Double |
getIdent() |
static String |
getIntituleFromStatut(Double indStatut) |
String |
getLibelle() |
String |
intitule() |
Double |
value() |
static StatutEcheanceClient |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatutEcheanceClient[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatutEcheanceClient ENCAISSEMENT_CONFIRME
public static final StatutEcheanceClient ENCAISSEMENT_CONFIRME_APPROX
public static final StatutEcheanceClient ENCAISSEMENT_ATTENDU
public static final StatutEcheanceClient ENCAISSEMENT_DIFFERE
public static final StatutEcheanceClient RISQUE_NON_RECOUVREMENT
public static final StatutEcheanceClient CONTENTIEUX
public static StatutEcheanceClient[] values()
for (StatutEcheanceClient c : StatutEcheanceClient.values()) System.out.println(c);
public static StatutEcheanceClient 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 StatutEcheanceClient getFromCode(String code)
public final Double value()
public final String intitule()
public String getLibelle()
getLibelle
in interface Localisable
public Double getIdent()
getIdent
in interface IdentIdentifiable
public String getCode()
getCode
in interface CodeIdentifiable
Copyright © 2016. All rights reserved.