public final class TableDescriptor extends Object
AdaptationTable.| Constructor and Description |
|---|
TableDescriptor(com.onwbp.adaptation.AdaptationTable table) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
boolean |
equalsInModel(com.orchestranetworks.instance.Repository repository,
TableDescriptor aTableDescriptor)
Indicates the equality of two
TableDescriptor objects (published from the same data model but two different data sets). |
boolean |
equalsToTable(com.onwbp.adaptation.AdaptationTable table)
Indicates whether an
AdaptationTable object is "equal to" this one. |
com.onwbp.adaptation.AdaptationName |
getDataset() |
com.orchestranetworks.instance.HomeKey |
getDataspace() |
com.onwbp.adaptation.AdaptationTable |
getTable(com.orchestranetworks.instance.Repository repository)
Returns the
AdaptationTable for a specified TableDescriptor. |
com.orchestranetworks.schema.Path |
getTablePath() |
int |
hashCode() |
String |
toString() |
public TableDescriptor(com.onwbp.adaptation.AdaptationTable table)
public com.orchestranetworks.schema.Path getTablePath()
public com.onwbp.adaptation.AdaptationName getDataset()
public com.orchestranetworks.instance.HomeKey getDataspace()
public com.onwbp.adaptation.AdaptationTable getTable(com.orchestranetworks.instance.Repository repository)
AdaptationTable for a specified TableDescriptor.public boolean equalsToTable(com.onwbp.adaptation.AdaptationTable table)
AdaptationTable object is "equal to" this one.public boolean equalsInModel(com.orchestranetworks.instance.Repository repository,
TableDescriptor aTableDescriptor)
TableDescriptor objects (published from the same data model but two different data sets).