Class DecisionServiceParametersListSet
- java.lang.Object
-
- org.kie.workbench.common.dmn.api.property.dmn.DecisionServiceParametersListSet
-
- All Implemented Interfaces:
DMNPropertySet
@Portable public class DecisionServiceParametersListSet extends Object implements DMNPropertySet
-
-
Constructor Summary
Constructors Constructor Description DecisionServiceParametersListSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetStunnerCategory()Set<String>getStunnerLabels()DecisionServiceParametersListHoldergetValue()inthashCode()voidsetDecisionService(DecisionService decisionService)voidsetValue(DecisionServiceParametersListHolder value)
-
-
-
Method Detail
-
getValue
public DecisionServiceParametersListHolder getValue()
-
setValue
public void setValue(DecisionServiceParametersListHolder value)
-
getStunnerCategory
public String getStunnerCategory()
-
setDecisionService
public void setDecisionService(DecisionService decisionService)
-
-