public enum SiteFacturationDataExchange extends Enum<SiteFacturationDataExchange> implements ImportDataExchange
| Enum Constant and Description | 
|---|
| ADR_FACT_ADRESSE_1 | 
| ADR_FACT_ADRESSE_2 | 
| ADR_FACT_CODE_PAYS | 
| ADR_FACT_CODE_POSTAL | 
| ADR_FACT_IDENTIFIANT_INTERNE | 
| ADR_FACT_NOM_APPEL_SITE | 
| ADR_FACT_NOM_SITE | 
| ADR_FACT_SIRET | 
| ADR_FACT_VILLE | 
FACULTATIF, OBLIGATOIRE| Modifier and Type | Method and Description | 
|---|---|
| int | getLength() | 
| String | getTitle() | 
| DataType | getType() | 
| boolean | isMandatory() | 
| static SiteFacturationDataExchange | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static SiteFacturationDataExchange[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final SiteFacturationDataExchange ADR_FACT_IDENTIFIANT_INTERNE
public static final SiteFacturationDataExchange ADR_FACT_NOM_APPEL_SITE
public static final SiteFacturationDataExchange ADR_FACT_NOM_SITE
public static final SiteFacturationDataExchange ADR_FACT_SIRET
public static final SiteFacturationDataExchange ADR_FACT_ADRESSE_1
public static final SiteFacturationDataExchange ADR_FACT_ADRESSE_2
public static final SiteFacturationDataExchange ADR_FACT_CODE_POSTAL
public static final SiteFacturationDataExchange ADR_FACT_VILLE
public static final SiteFacturationDataExchange ADR_FACT_CODE_PAYS
public static SiteFacturationDataExchange[] values()
for (SiteFacturationDataExchange c : SiteFacturationDataExchange.values()) System.out.println(c);
public static SiteFacturationDataExchange 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 ImportDataExchangepublic String getTitle()
getTitle in interface ImportDataExchangepublic int getLength()
getLength in interface ImportDataExchangepublic DataType getType()
getType in interface ImportDataExchangeCopyright © 2016. All rights reserved.