public enum InterventionDataExchange extends Enum<InterventionDataExchange> implements ImportDataExchange, CodeIdentifiable
FACULTATIF, OBLIGATOIRE
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
int |
getLength() |
String |
getTitle() |
DataType |
getType() |
boolean |
isMandatory() |
static InterventionDataExchange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterventionDataExchange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InterventionDataExchange NUM_DEMANDE
public static final InterventionDataExchange INDICATEUR
public static final InterventionDataExchange CODE_COLLAB
public static final InterventionDataExchange CODE_CLB_INTERV
public static final InterventionDataExchange REGROUPEMENT_CT
public static final InterventionDataExchange CODE_GROUPE_TRAVAIL
public static final InterventionDataExchange TYPE_INTERV
public static final InterventionDataExchange NOM_APPEL
public static final InterventionDataExchange DT_DEB_INTERV
public static final InterventionDataExchange DT_FIN_INTERV
public static final InterventionDataExchange DT_CREATION
public static final InterventionDataExchange COMMENT_INTERNE
public static final InterventionDataExchange COMMENT_PUBLIABLE
public static final InterventionDataExchange NO_RAPPORT
public static final InterventionDataExchange TEMPS_PASSES
public static final InterventionDataExchange TEMPS_RAF
public static final InterventionDataExchange TEMPS_PREVU
public static final InterventionDataExchange COD_ERREUR
public static final InterventionDataExchange LIB_ERREUR
public static final InterventionDataExchange CODE_DOMAINE
public static final InterventionDataExchange CODE_MODULE
public static final InterventionDataExchange CODE_FONCTION
public static InterventionDataExchange[] values()
for (InterventionDataExchange c : InterventionDataExchange.values()) System.out.println(c);
public static InterventionDataExchange 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
public String getCode()
getCode
in interface CodeIdentifiable
Copyright © 2016. All rights reserved.