public enum LignePrestationDataExchange extends Enum<LignePrestationDataExchange> implements ImportDataExchange
FACULTATIF, OBLIGATOIRE
Modifier and Type | Method and Description |
---|---|
int |
getLength() |
String |
getTitle() |
DataType |
getType() |
boolean |
isMandatory() |
static LignePrestationDataExchange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LignePrestationDataExchange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LignePrestationDataExchange CODE_PREST
public static final LignePrestationDataExchange IDENT_INTERNE_LIGNE
public static final LignePrestationDataExchange QUANTITE
public static final LignePrestationDataExchange DATE_CONTRACT_DEBUT
public static final LignePrestationDataExchange DATE_CONTRACT_FIN
public static final LignePrestationDataExchange LIGNE_NON_FACTURABLE
public static final LignePrestationDataExchange PRIX_ANNUEL_SOUS_GARANTIE
public static final LignePrestationDataExchange PRIX_ANNUEL_HORS_GARANTIE
public static final LignePrestationDataExchange CODE_AFFAIRE
public static final LignePrestationDataExchange CODE_LOT
public static final LignePrestationDataExchange CODE_SOUS_LOT
public static final LignePrestationDataExchange CODE_GROUPE_TRAVAIL
public static final LignePrestationDataExchange GTI_CODE_DELAI
public static final LignePrestationDataExchange GTI_CODE_PLAN_DE_RECEPTION
public static final LignePrestationDataExchange GTI_CODE_PLAN_ACTION
public static final LignePrestationDataExchange NOM_APPEL_PREST
public static final LignePrestationDataExchange CODE_REGROUPEMENT_1
public static final LignePrestationDataExchange CODE_REGROUPEMENT_2
public static final LignePrestationDataExchange CODE_REGROUPEMENT_3
public static LignePrestationDataExchange[] values()
for (LignePrestationDataExchange c : LignePrestationDataExchange.values()) System.out.println(c);
public static LignePrestationDataExchange 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.