public class DynamicEnumRuleParameterValueMapper extends java.lang.Object implements RuleParameterValueMapper<EnumerationValueModel>
| Constructor and Description |
|---|
DynamicEnumRuleParameterValueMapper(java.lang.String enumerationCode) |
| Modifier and Type | Method and Description |
|---|---|
EnumerationValueModel |
fromString(java.lang.String code)
Maps the String representation to the specific object.
|
protected TypeService |
getTypeService() |
void |
setTypeService(TypeService typeService) |
java.lang.String |
toString(EnumerationValueModel value)
Maps the object to its String representation.
|
public DynamicEnumRuleParameterValueMapper(java.lang.String enumerationCode)
public java.lang.String toString(EnumerationValueModel value)
RuleParameterValueMappertoString in interface RuleParameterValueMapper<EnumerationValueModel>value - - object to mappublic EnumerationValueModel fromString(java.lang.String code)
RuleParameterValueMapperfromString in interface RuleParameterValueMapper<EnumerationValueModel>code - - String representationprotected TypeService getTypeService()
public void setTypeService(TypeService typeService)
Copyright © 2018 SAP SE. All Rights Reserved.