public enum CrmQueryDataExchange extends Enum<CrmQueryDataExchange> implements ImportDataExchange
Enum Constant and Description |
---|
TREQ_ALIAS |
TREQ_BASE_CLASS |
TREQ_FIELD_PATH |
TREQ_IDENT_FIELD |
TREQ_IDENT_PROPERTY |
TREQ_JOINTYPE |
TREQ_LIBELLE |
TREQ_ON_CLAUSE |
TREQ_ORDRE |
TREQ_PATTERN |
TREQ_REGROUPEMENT |
TREQ_REQ_CODE |
TREQ_SUB_BASE_CLASS |
TREQ_SUB_IDENT_FIELD |
FACULTATIF, OBLIGATOIRE
Modifier and Type | Method and Description |
---|---|
static StringBuffer |
extractColumnString(List<CrmQueryDataExchange> fields,
String separateur) |
int |
getLength() |
String |
getProperty() |
String |
getTitle() |
DataType |
getType() |
boolean |
isMandatory() |
static CrmQueryDataExchange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CrmQueryDataExchange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CrmQueryDataExchange TREQ_ORDRE
public static final CrmQueryDataExchange TREQ_REQ_CODE
public static final CrmQueryDataExchange TREQ_BASE_CLASS
public static final CrmQueryDataExchange TREQ_IDENT_PROPERTY
public static final CrmQueryDataExchange TREQ_IDENT_FIELD
public static final CrmQueryDataExchange TREQ_SUB_BASE_CLASS
public static final CrmQueryDataExchange TREQ_SUB_IDENT_FIELD
public static final CrmQueryDataExchange TREQ_REGROUPEMENT
public static final CrmQueryDataExchange TREQ_FIELD_PATH
public static final CrmQueryDataExchange TREQ_LIBELLE
public static final CrmQueryDataExchange TREQ_ALIAS
public static final CrmQueryDataExchange TREQ_PATTERN
public static final CrmQueryDataExchange TREQ_JOINTYPE
public static final CrmQueryDataExchange TREQ_ON_CLAUSE
public static CrmQueryDataExchange[] values()
for (CrmQueryDataExchange c : CrmQueryDataExchange.values()) System.out.println(c);
public static CrmQueryDataExchange 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 getProperty()
public static StringBuffer extractColumnString(List<CrmQueryDataExchange> fields, String separateur)
Copyright © 2016. All rights reserved.