public class EvictionActionConverter extends AbstractPropertyEditorConverterSupport<org.apache.geode.cache.EvictionAction>
EvictionActionType
,
AbstractPropertyEditorConverterSupport
,
EvictionAction
Constructor and Description |
---|
EvictionActionConverter() |
Modifier and Type | Method and Description |
---|---|
org.apache.geode.cache.EvictionAction |
convert(String source)
Converts the given String into a GemFire EvictionAction value.
|
assertConverted, setAsText
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor
public org.apache.geode.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
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.