Uses of Enum
com.orchestranetworks.addon.dex.mapping.FieldAttribute
Package
Description
Classes and interfaces to configure mapping between source and target applications.
-
Uses of FieldAttribute in com.orchestranetworks.addon.dex.mapping
Modifier and TypeMethodDescriptionfinal FieldAttribute
CSVField.getFieldAttribute()
Returns the specifiedFieldAttribute
for this CSV field.final FieldAttribute
EBXField.getFieldAttribute()
Returns the specifiedFieldAttribute
for this EBX® field.final FieldAttribute
SpreadsheetField.getFieldAttribute()
Returns the specifiedFieldAttribute
for this spreadsheet field.final FieldAttribute
SQLField.getFieldAttribute()
Returns the specifiedFieldAttribute
for this SQL field.final FieldAttribute
XMLField.getFieldAttribute()
Returns the specifiedFieldAttribute
for this XML field.static FieldAttribute
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.ModifierConstructorDescriptionCSVField
(int index, FieldAttribute fieldAttribute) Used to create a CSV field with specified index andFieldAttribute
enumeration.CSVField
(int index, String name, String label, FieldAttribute fieldAttribute) Used to create a CSV field with specified index, name, label andFieldAttribute
enumeration.EBXField
(com.orchestranetworks.schema.SchemaNode schemaNode, FieldAttribute fieldAttribute) Used to create an EBX® field with the specified schema node andFieldAttribute
enumeration.EBXField
(com.orchestranetworks.schema.SchemaNode schemaNode, FieldAttribute fieldAttribute, Locale locale) Used to create an EBX® field with the specified schema node, locale andFieldAttribute
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 andFieldAttribute
.SpreadsheetField
(int index, FieldAttribute fieldAttribute) Used to create a spreadsheet field with the specified index andFieldAttribute
enumeration.SpreadsheetField
(int index, String name, String label, FieldAttribute fieldAttribute) Used to create a spreadsheet field with the specified index, name, label andFieldAttribute
enumeration.SQLField
(String name, FieldAttribute fieldAttribute) Used to create a SQL field with the specified name andFieldAttribute
enumeration.SQLField
(String name, String label, SQLDataType sqlDataType, FieldAttribute fieldAttribute) Used to create a SQL field with the specified name, label, data type andFieldAttribute
enumeration.XMLField
(String xmlPath, FieldAttribute fieldAttribute) Used to create an XML field with the specified path andFieldAttribute
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 andFieldAttribute
enumeration.XMLField
(String xmlPath, String name, String label, FieldAttribute fieldAttribute) Used to create an XML field with the specified path, name, label andFieldAttribute
enumeration.