public enum NatureReglement extends Enum<NatureReglement> implements CodeIdentifiable, Localisable
Enum Constant and Description |
---|
AUTRES |
CARTE_BANCAIRE |
CHEQUE |
EF |
ESPECES |
FSF |
LETTRE_CHEQUE |
PRELEVEMENT |
TP |
TR |
VIREMENT |
VIREMENT_DEVISE |
Modifier and Type | Method and Description |
---|---|
boolean |
equalsCode(String code) |
static List<String> |
findNatureReglementByType(String typeEncaissement,
String natureEncaissement) |
static NatureReglement |
getByCode(String nature) |
String |
getCode() |
String |
getLibelle() |
static String |
getLibelle(String nature) |
String |
libelle() |
String |
value() |
static NatureReglement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NatureReglement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NatureReglement CHEQUE
public static final NatureReglement VIREMENT
public static final NatureReglement VIREMENT_DEVISE
public static final NatureReglement CARTE_BANCAIRE
public static final NatureReglement ESPECES
public static final NatureReglement PRELEVEMENT
public static final NatureReglement TP
public static final NatureReglement EF
public static final NatureReglement TR
public static final NatureReglement LETTRE_CHEQUE
public static final NatureReglement AUTRES
public static final NatureReglement FSF
public static NatureReglement[] values()
for (NatureReglement c : NatureReglement.values()) System.out.println(c);
public static NatureReglement 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 NatureReglement getByCode(String nature)
public static List<String> findNatureReglementByType(String typeEncaissement, String natureEncaissement)
public final String getLibelle()
getLibelle
in interface Localisable
public final String libelle()
public final String value()
public String getCode()
getCode
in interface CodeIdentifiable
public boolean equalsCode(String code)
Copyright © 2016. All rights reserved.