public class IndexMaintenancePolicyConverter extends AbstractPropertyEditorConverterSupport<IndexMaintenancePolicyType>
IndexMaintenancePolicyType,
AbstractPropertyEditorConverterSupport| Constructor and Description |
|---|
IndexMaintenancePolicyConverter() |
| Modifier and Type | Method and Description |
|---|---|
IndexMaintenancePolicyType |
convert(String source)
Converts the given String value into an appropriate IndexMaintenancePolicyType.
|
assertConverted, setAsTextaddPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditorpublic IndexMaintenancePolicyType convert(String source)
source - the String value to convert into a IndexMaintenancePolicyType.IllegalArgumentException - if the String is not a valid IndexMaintenancePolicyType.IndexMaintenancePolicyType.valueOfIgnoreCase(String),
AbstractPropertyEditorConverterSupport.assertConverted(String, Object, Class)