public final class TableDescriptor extends Object
AdaptationTable
.Constructor and Description |
---|
TableDescriptor(com.onwbp.adaptation.AdaptationTable table) |
TableDescriptor(com.orchestranetworks.schema.Path tablePath,
com.onwbp.adaptation.AdaptationName dataset,
com.orchestranetworks.instance.HomeKey dataspace) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
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.orchestranetworks.schema.Path tablePath, com.onwbp.adaptation.AdaptationName dataset, com.orchestranetworks.instance.HomeKey dataspace)
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
.