public class OrderPolicyConverter extends AbstractPropertyEditorConverterSupport<org.apache.geode.cache.wan.GatewaySender.OrderPolicy>
AbstractPropertyEditorConverterSupport,
OrderPolicyType,
GatewaySender.OrderPolicy| Constructor and Description |
|---|
OrderPolicyConverter() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.geode.cache.wan.GatewaySender.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 org.apache.geode.cache.wan.GatewaySender.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.OrderPolicyCopyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.