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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionfinal booleanfinal com.onwbp.adaptation.AdaptationTableReturns the specifiedAdaptationTableinstance.Returns the list ofEBXFieldfields.final com.orchestranetworks.schema.SchemaNodeReturns the table node.final inthashCode()final voidSets a list ofEBXFieldfields 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 ofEBXFieldfields to this table. - 
getFields
Returns the list ofEBXFieldfields. - 
getTableNode
public final com.orchestranetworks.schema.SchemaNode getTableNode()Returns the table node. - 
getAdaptationTable
public final com.onwbp.adaptation.AdaptationTable getAdaptationTable()Returns the specifiedAdaptationTableinstance. - 
hashCode
public final int hashCode() - 
equals
 
 -