public class SourceRuleParameterValueMapper extends java.lang.Object implements RuleParameterValueMapper<AbstractRuleModel>
| Constructor and Description |
|---|
SourceRuleParameterValueMapper() |
| Modifier and Type | Method and Description |
|---|---|
AbstractRuleModel |
fromString(java.lang.String code)
Maps the String representation to the specific object.
|
protected RuleService |
getRuleService() |
void |
setRuleService(RuleService ruleService) |
java.lang.String |
toString(AbstractRuleModel sourceRule)
Maps the object to its String representation.
|
public AbstractRuleModel fromString(java.lang.String code)
RuleParameterValueMapperfromString in interface RuleParameterValueMapper<AbstractRuleModel>code - - String representationpublic java.lang.String toString(AbstractRuleModel sourceRule)
RuleParameterValueMappertoString in interface RuleParameterValueMapper<AbstractRuleModel>sourceRule - - object to mapprotected RuleService getRuleService()
public void setRuleService(RuleService ruleService)
Copyright © 2018 SAP SE. All Rights Reserved.