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