public class EvictionActionConverter extends AbstractPropertyEditorConverterSupport<com.gemstone.gemfire.cache.EvictionAction>
EvictionActionType,
AbstractPropertyEditorConverterSupport,
EvictionAction| Constructor and Description |
|---|
EvictionActionConverter() |
| Modifier and Type | Method and Description |
|---|---|
com.gemstone.gemfire.cache.EvictionAction |
convert(String source)
Converts the given String into a GemFire EvictionAction value.
|
assertConverted, setAsTextaddPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditorpublic com.gemstone.gemfire.cache.EvictionAction convert(String source)
source - the String to convert.IllegalArgumentException - if the String could not be converted into
an instance of GemFire EvictionAction.EvictionAction