| Constructor and Description |
|---|
EBXTable(com.onwbp.adaptation.AdaptationTable adaptationTable) |
EBXTable(com.onwbp.adaptation.AdaptationTable adaptationTable,
List<EBXField> fields) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
com.onwbp.adaptation.AdaptationTable |
getAdaptationTable()
Returns the specified
AdaptationTable instance. |
List<EBXField> |
getFields()
Returns the list of
EBXField fields. |
com.orchestranetworks.schema.SchemaNode |
getTableNode()
Returns the table node.
|
int |
hashCode() |
void |
setFields(List<EBXField> fields)
Sets a list of
EBXField fields to this table. |
public EBXTable(com.onwbp.adaptation.AdaptationTable adaptationTable)
throws DataExchangeException
DataExchangeExceptionpublic EBXTable(com.onwbp.adaptation.AdaptationTable adaptationTable,
List<EBXField> fields)
throws DataExchangeException
DataExchangeExceptionpublic final void setFields(List<EBXField> fields)
EBXField fields to this table.public final com.orchestranetworks.schema.SchemaNode getTableNode()
public final com.onwbp.adaptation.AdaptationTable getAdaptationTable()
AdaptationTable instance.