public enum RibDataExchange extends Enum<RibDataExchange> implements ImportDataExchange
Enum Constant and Description |
---|
BICBRANCHE |
BICCODEBQ |
BICLOCALISATION |
BICPAYS |
CLERIB |
CLI_CODE |
DOMI_CODE_BQ |
DOMICILIATION |
FOU_CODE |
GUICHET |
IBANCLE |
IBANNUMCPTE |
IBANPAYS |
NOM_APPEL_SITE |
NUMCPTE |
TYPE_IMPORT |
FACULTATIF, OBLIGATOIRE
Modifier and Type | Method and Description |
---|---|
int |
getLength() |
String |
getTitle() |
DataType |
getType() |
boolean |
isMandatory() |
static RibDataExchange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RibDataExchange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RibDataExchange TYPE_IMPORT
public static final RibDataExchange CLI_CODE
public static final RibDataExchange FOU_CODE
public static final RibDataExchange NOM_APPEL_SITE
public static final RibDataExchange DOMI_CODE_BQ
public static final RibDataExchange GUICHET
public static final RibDataExchange NUMCPTE
public static final RibDataExchange CLERIB
public static final RibDataExchange DOMICILIATION
public static final RibDataExchange IBANPAYS
public static final RibDataExchange IBANCLE
public static final RibDataExchange IBANNUMCPTE
public static final RibDataExchange BICCODEBQ
public static final RibDataExchange BICPAYS
public static final RibDataExchange BICLOCALISATION
public static final RibDataExchange BICBRANCHE
public static RibDataExchange[] values()
for (RibDataExchange c : RibDataExchange.values()) System.out.println(c);
public static RibDataExchange 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 boolean isMandatory()
isMandatory
in interface ImportDataExchange
public String getTitle()
getTitle
in interface ImportDataExchange
public int getLength()
getLength
in interface ImportDataExchange
public DataType getType()
getType
in interface ImportDataExchange
Copyright © 2016. All rights reserved.