Uses of Enum Class
com.orchestranetworks.addon.dex.mapping.FieldAttribute
Packages that use FieldAttribute
Package
Description
Classes and interfaces to configure mapping between source and target applications.
-
Uses of FieldAttribute in com.orchestranetworks.addon.dex.mapping
Methods in com.orchestranetworks.addon.dex.mapping that return FieldAttributeModifier and TypeMethodDescriptionfinal FieldAttributeCSVField.getFieldAttribute()Returns the specifiedFieldAttributefor this CSV field.final FieldAttributeEBXField.getFieldAttribute()Returns the specifiedFieldAttributefor this EBX® field.final FieldAttributeSpreadsheetField.getFieldAttribute()Returns the specifiedFieldAttributefor this spreadsheet field.final FieldAttributeSQLField.getFieldAttribute()Returns the specifiedFieldAttributefor this SQL field.final FieldAttributeXMLField.getFieldAttribute()Returns the specifiedFieldAttributefor this XML field.static FieldAttributeReturns the enum constant of this class with the specified name.static FieldAttribute[]FieldAttribute.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.orchestranetworks.addon.dex.mapping with parameters of type FieldAttributeModifierConstructorDescriptionCSVField(int index, FieldAttribute fieldAttribute) Used to create a CSV field with specified index andFieldAttributeenumeration.CSVField(int index, String name, String label, FieldAttribute fieldAttribute) Used to create a CSV field with specified index, name, label andFieldAttributeenumeration.EBXField(com.orchestranetworks.schema.SchemaNode schemaNode, FieldAttribute fieldAttribute) Used to create an EBX® field with the specified schema node andFieldAttributeenumeration.EBXField(com.orchestranetworks.schema.SchemaNode schemaNode, FieldAttribute fieldAttribute, Locale locale) Used to create an EBX® field with the specified schema node, locale andFieldAttributeenumeration.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 andFieldAttributeenumeration.SpreadsheetField(int index, String name, String label, FieldAttribute fieldAttribute) Used to create a spreadsheet field with the specified index, name, label andFieldAttributeenumeration.SQLField(String name, FieldAttribute fieldAttribute) Used to create a SQL field with the specified name andFieldAttributeenumeration.SQLField(String name, String label, SQLDataType sqlDataType, FieldAttribute fieldAttribute) Used to create a SQL field with the specified name, label, data type andFieldAttributeenumeration.XMLField(String xmlPath, FieldAttribute fieldAttribute) Used to create an XML field with the specified path andFieldAttributeenumeration.XMLField(String xmlPath, String name, String label, int index, FieldAttribute fieldAttribute) Used to create an XML field with the specified path, name, label, index andFieldAttributeenumeration.XMLField(String xmlPath, String name, String label, FieldAttribute fieldAttribute) Used to create an XML field with the specified path, name, label andFieldAttributeenumeration.