Package | Description |
---|---|
com.orchestranetworks.addon.dex.mapping |
Classes and interfaces to configure mapping between source and target applications.
|
Modifier and Type | Method and Description |
---|---|
FieldAttribute |
XMLField.getFieldAttribute()
Returns the specified
FieldAttribute for this XML field. |
FieldAttribute |
SpreadsheetField.getFieldAttribute()
Returns the specified
FieldAttribute for this spreadsheet field. |
FieldAttribute |
CSVField.getFieldAttribute()
Returns the specified
FieldAttribute for this CSV field. |
FieldAttribute |
SQLField.getFieldAttribute()
Returns the specified
FieldAttribute for this SQL field. |
FieldAttribute |
EBXField.getFieldAttribute()
Returns the specified
FieldAttribute for this EBX® field. |
static FieldAttribute |
FieldAttribute.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldAttribute[] |
FieldAttribute.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CSVField(int index,
FieldAttribute fieldAttribute)
Used to create a CSV field with specified index and
FieldAttribute enumeration. |
CSVField(int index,
String name,
String label,
FieldAttribute fieldAttribute)
Used to create a CSV field with specified index, name, label and
FieldAttribute enumeration. |
EBXField(com.orchestranetworks.schema.SchemaNode schemaNode,
FieldAttribute fieldAttribute)
Used to create an EBX® field with the specified schema node and
FieldAttribute enumeration. |
EBXField(com.orchestranetworks.schema.SchemaNode schemaNode,
FieldAttribute fieldAttribute,
Locale locale)
Used to create an EBX® field with the specified schema node, locale and
FieldAttribute enumeration. |
EBXLinkField(com.onwbp.adaptation.AdaptationTable referenceTable,
com.orchestranetworks.schema.SchemaNode schemaNode,
FieldAttribute fieldAttribute,
Locale locale)
Used to create a field with specified schema node, locale and
FieldAttribute . |
SpreadsheetField(int index,
FieldAttribute fieldAttribute)
Used to create a spreadsheet field with the specified index and
FieldAttribute enumeration. |
SpreadsheetField(int index,
String name,
String label,
FieldAttribute fieldAttribute)
Used to create a spreadsheet field with the specified index, name, label and
FieldAttribute enumeration. |
SQLField(String name,
FieldAttribute fieldAttribute)
Used to create a SQL field with the specified name and
FieldAttribute enumeration. |
SQLField(String name,
String label,
SQLDataType sqlDataType,
FieldAttribute fieldAttribute)
Used to create a SQL field with the specified name, label, data type and
FieldAttribute enumeration. |
XMLField(String xmlPath,
FieldAttribute fieldAttribute)
Used to create an XML field with the specified path and
FieldAttribute enumeration. |
XMLField(String xmlPath,
String name,
String label,
FieldAttribute fieldAttribute)
Used to create an XML field with the specified path, name, label and
FieldAttribute enumeration. |
XMLField(String xmlPath,
String name,
String label,
int index,
FieldAttribute fieldAttribute)
Used to create an XML field with the specified path, name, label, index and
FieldAttribute enumeration. |