public class TableDescriptorImpl extends java.lang.Object implements TableDescriptor
| Constructor and Description |
|---|
TableDescriptorImpl(java.lang.String repositoryId,
java.lang.String name,
FeatureType type) |
| Modifier and Type | Method and Description |
|---|---|
EditableFeatureType |
getFeatureType() |
java.lang.String |
getLabel() |
java.lang.String |
getName() |
java.lang.String |
getRepositoryId() |
TableDescriptor |
getValue() |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitlabelpublic TableDescriptorImpl(java.lang.String repositoryId,
java.lang.String name,
FeatureType type)
public java.lang.String getName()
getName in interface TableDescriptorpublic java.lang.String getRepositoryId()
getRepositoryId in interface TableDescriptorpublic EditableFeatureType getFeatureType()
getFeatureType in interface TableDescriptorpublic java.lang.String toString()
toString in interface LabeledValue<TableDescriptor>toString in class java.lang.Objectpublic java.lang.String getLabel()
getLabel in interface LabeledValue<TableDescriptor>public TableDescriptor getValue()
getValue in interface LabeledValue<TableDescriptor>