gate.gui
Class SchemaAnnotationEditor.RowData
java.lang.Object
gate.gui.SchemaAnnotationEditor.RowData
- Enclosing class:
- SchemaAnnotationEditor
- class SchemaAnnotationEditor.RowData
- extends Object
Internal class used in the inner FeaturesTableModel class
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
private Object value
featSchema
private FeatureSchema featSchema
SchemaAnnotationEditor.RowData
SchemaAnnotationEditor.RowData(Object aValue,
FeatureSchema aFeatureSchema)
- Constructor
setValue
public void setValue(Object aValue)
getValue
public Object getValue()
setFeatureSchema
public void setFeatureSchema(FeatureSchema aFeatureSchema)
getFeatureSchema
public FeatureSchema getFeatureSchema()