public class OrderPolicyConverter extends AbstractPropertyEditorConverterSupport<com.gemstone.gemfire.cache.util.Gateway.OrderPolicy>
AbstractPropertyEditorConverterSupport,
OrderPolicyType,
Gateway.OrderPolicy| Constructor and Description |
|---|
OrderPolicyConverter() |
| Modifier and Type | Method and Description |
|---|---|
com.gemstone.gemfire.cache.util.Gateway.OrderPolicy |
convert(String source)
Converts the given String into a GemFire Gateway.OrderPolicy enum.
|
assertConverted, setAsTextaddPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditorpublic com.gemstone.gemfire.cache.util.Gateway.OrderPolicy convert(String source)
source - the String to convert.IllegalArgumentException - if the String is not a valid GemFire Gateway.OrderPolicy.OrderPolicyType.getOrderPolicy(),
OrderPolicyType.valueOfIgnoreCase(String),
Gateway.OrderPolicy