public enum TypeEncaissementMandat extends Enum<TypeEncaissementMandat> implements CodeIdentifiable, Localisable
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
String |
getCodeDansFichier() |
String |
getLibelle() |
static EnumSet<TypeEncaissementMandat> |
getTypesEncaissementByTypeMandat(TypeMandat type,
Double identEncaissementFirst,
Date dateFirst) |
static List<String> |
getTypesEncaissementStrByTypeMandat(TypeMandat type,
Double identEncaissementFirst,
Date dateFirst) |
String |
libelle() |
static TypeEncaissementMandat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeEncaissementMandat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeEncaissementMandat ONE_OFF
public static final TypeEncaissementMandat FIRST
public static final TypeEncaissementMandat RECCURENT
public static final TypeEncaissementMandat LAST
public static TypeEncaissementMandat[] values()
for (TypeEncaissementMandat c : TypeEncaissementMandat.values()) System.out.println(c);
public static TypeEncaissementMandat 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 EnumSet<TypeEncaissementMandat> getTypesEncaissementByTypeMandat(TypeMandat type, Double identEncaissementFirst, Date dateFirst)
public static List<String> getTypesEncaissementStrByTypeMandat(TypeMandat type, Double identEncaissementFirst, Date dateFirst)
public final String libelle()
public String getLibelle()
getLibelle
in interface Localisable
public String getCode()
getCode
in interface CodeIdentifiable
public String getCodeDansFichier()
Copyright © 2016. All rights reserved.