Class EBXTable
java.lang.Object
com.orchestranetworks.addon.dex.mapping.EBXTable
Specifies the configuration used for an EBX® table.
- Since:
- 2.3.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
final com.onwbp.adaptation.AdaptationTable
Returns the specifiedAdaptationTable
instance.Returns the list ofEBXField
fields.final com.orchestranetworks.schema.SchemaNode
Returns the table node.final int
hashCode()
final void
Sets a list ofEBXField
fields to this table.
-
Constructor Details
-
EBXTable
- Throws:
DataExchangeException
-
EBXTable
public EBXTable(com.onwbp.adaptation.AdaptationTable adaptationTable, List<EBXField> fields) throws DataExchangeException - Throws:
DataExchangeException
-
-
Method Details
-
setFields
Sets a list ofEBXField
fields to this table. -
getFields
Returns the list ofEBXField
fields. -
getTableNode
public final com.orchestranetworks.schema.SchemaNode getTableNode()Returns the table node. -
getAdaptationTable
public final com.onwbp.adaptation.AdaptationTable getAdaptationTable()Returns the specifiedAdaptationTable
instance. -
hashCode
public final int hashCode() -
equals
-