public enum SiteMaintenanceDataExchange extends Enum<SiteMaintenanceDataExchange> implements ImportDataExchange
FACULTATIF, OBLIGATOIRE
Modifier and Type | Method and Description |
---|---|
int |
getLength() |
String |
getTitle() |
DataType |
getType() |
boolean |
isMandatory() |
static SiteMaintenanceDataExchange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SiteMaintenanceDataExchange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SiteMaintenanceDataExchange ADR_MAINT_IDENTIFIANT_INTERNE
public static final SiteMaintenanceDataExchange ADR_MAINT_NOM_APPEL_SITE
public static final SiteMaintenanceDataExchange ADR_MAINT_NOM_SITE
public static final SiteMaintenanceDataExchange ADR_MAINT_SIRET
public static final SiteMaintenanceDataExchange ADR_MAINT_ADRESSE_1
public static final SiteMaintenanceDataExchange ADR_MAINT_ADRESSE_2
public static final SiteMaintenanceDataExchange ADR_MAINT_CODE_POSTAL
public static final SiteMaintenanceDataExchange ADR_MAINT_VILLE
public static final SiteMaintenanceDataExchange ADR_MAINT_TEL
public static final SiteMaintenanceDataExchange ADR_MAINT_FAX
public static final SiteMaintenanceDataExchange ADR_MAINT_EMAIL
public static final SiteMaintenanceDataExchange ADR_MAINT_CODE_PAYS
public static final SiteMaintenanceDataExchange ADR_MAINT_ZONE_GEO
public static SiteMaintenanceDataExchange[] values()
for (SiteMaintenanceDataExchange c : SiteMaintenanceDataExchange.values()) System.out.println(c);
public static SiteMaintenanceDataExchange 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.