public interface RuleParameterValueConverter
| Modifier and Type | Method and Description |
|---|---|
Object |
fromString(String value,
String type)
Converts from String to the required type.
|
String |
toString(Object value)
Converts from the required type to String.
|
String toString(Object value) throws RuleConverterException
value - - the value to be converted to stringRuleConverterExceptionObject fromString(String value, String type) throws RuleConverterException
value - - the string value to be convertedRuleConverterExceptionCopyright © 2017 SAP SE. All Rights Reserved.