public enum ImmobilisationDataExchange extends Enum<ImmobilisationDataExchange> implements ImportDataExchange
FACULTATIF, OBLIGATOIRE
Modifier and Type | Method and Description |
---|---|
int |
getLength() |
String |
getTitle() |
DataType |
getType() |
boolean |
isMandatory() |
static ImmobilisationDataExchange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImmobilisationDataExchange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImmobilisationDataExchange NUMERO_FACTURE
public static final ImmobilisationDataExchange COMPTE
public static final ImmobilisationDataExchange EN_COURS
public static final ImmobilisationDataExchange VALEUR_BRUTE
public static final ImmobilisationDataExchange LIBELLE
public static final ImmobilisationDataExchange NUMERO_SERIE
public static final ImmobilisationDataExchange NUMERO_INTERNE
public static final ImmobilisationDataExchange LOCALISATION_CODE_POSTE
public static final ImmobilisationDataExchange LOCALISATION_CODE_EMPLACEMENT
public static final ImmobilisationDataExchange LOCALISATION_NOM_APPEL_SITE_CLIENT
public static final ImmobilisationDataExchange LOCALISATION_CODE_CLIENT
public static final ImmobilisationDataExchange COMMENTAIRE
public static final ImmobilisationDataExchange AMORTISSABLE
public static final ImmobilisationDataExchange DATE_MISE_EN_SERVICE
public static final ImmobilisationDataExchange METHODE
public static final ImmobilisationDataExchange DUREE
public static final ImmobilisationDataExchange TYPE
public static final ImmobilisationDataExchange PRODUIT_REGROUPEMENT
public static final ImmobilisationDataExchange PRODUIT_REFERENCE
public static final ImmobilisationDataExchange CODE_COLLABORATEUR
public static final ImmobilisationDataExchange CODE_AFFAIRE
public static final ImmobilisationDataExchange CODE_LOT
public static final ImmobilisationDataExchange CODE_SOUS_LOT
public static final ImmobilisationDataExchange CODE_FOURNISSEUR
public static final ImmobilisationDataExchange REPRISE_DEJA_AMORTI
public static final ImmobilisationDataExchange REPRISE_DATE_DERNIER_AMORTISSEMENT
public static final ImmobilisationDataExchange PREVISIONNEL
public static final ImmobilisationDataExchange GROUPE
public static ImmobilisationDataExchange[] values()
for (ImmobilisationDataExchange c : ImmobilisationDataExchange.values()) System.out.println(c);
public static ImmobilisationDataExchange 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.