public enum UtilisateurDroitDataExchange extends Enum<UtilisateurDroitDataExchange> implements ImportDataExchange
Enum Constant and Description |
---|
DMF_CODE |
PRFU_CODE |
UTI_CODE |
UTI_IDENT |
FACULTATIF, OBLIGATOIRE
Modifier and Type | Method and Description |
---|---|
int |
getLength() |
String |
getTitle() |
DataType |
getType() |
boolean |
isMandatory() |
static UtilisateurDroitDataExchange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UtilisateurDroitDataExchange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UtilisateurDroitDataExchange UTI_CODE
public static final UtilisateurDroitDataExchange UTI_IDENT
public static final UtilisateurDroitDataExchange PRFU_CODE
public static final UtilisateurDroitDataExchange DMF_CODE
public static UtilisateurDroitDataExchange[] values()
for (UtilisateurDroitDataExchange c : UtilisateurDroitDataExchange.values()) System.out.println(c);
public static UtilisateurDroitDataExchange 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.