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