Class GetAsTextStringEditor
java.lang.Object
java.beans.PropertyEditorSupport
org.apache.uima.fit.internal.propertyeditors.GetAsTextStringEditor
- All Implemented Interfaces:
PropertyEditor
INTERNAL API
Custom property editor that tries to look convert and value to a string by checking if there is a
registered property editor for the source value.
-
Constructor Summary
ConstructorDescriptionGetAsTextStringEditor
(org.springframework.beans.PropertyEditorRegistry aEditorRegistry) -
Method Summary
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, supportsCustomEditor
-
Constructor Details
-
GetAsTextStringEditor
public GetAsTextStringEditor(org.springframework.beans.PropertyEditorRegistry aEditorRegistry) - Parameters:
aEditorRegistry
- a property editor registry used to look up an editor for the source value.
-
-
Method Details
-
setValue
- Specified by:
setValue
in interfacePropertyEditor
- Overrides:
setValue
in classPropertyEditorSupport
-
setAsText
- Specified by:
setAsText
in interfacePropertyEditor
- Overrides:
setAsText
in classPropertyEditorSupport
-
getAsText
- Specified by:
getAsText
in interfacePropertyEditor
- Overrides:
getAsText
in classPropertyEditorSupport
-