Package org.kie.dmn.core.compiler
Class CoerceDecisionServiceSingletonOutputOption
- java.lang.Object
-
- org.kie.dmn.core.compiler.CoerceDecisionServiceSingletonOutputOption
-
- All Implemented Interfaces:
Serializable,org.kie.api.conf.Option,DMNOption
public class CoerceDecisionServiceSingletonOutputOption extends Object implements DMNOption
coerce singleton output decision service as a value instead of a context of single entry.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static booleanDEFAULT_VALUEThe default value for this optionstatic StringPROPERTY_NAME
-
Constructor Summary
Constructors Constructor Description CoerceDecisionServiceSingletonOutputOption(boolean value)CoerceDecisionServiceSingletonOutputOption(String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPropertyName()booleanisCoerceSingleton()
-
-
-
Field Detail
-
PROPERTY_NAME
public static final String PROPERTY_NAME
- See Also:
- Constant Field Values
-
DEFAULT_VALUE
public static final boolean DEFAULT_VALUE
The default value for this option- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CoerceDecisionServiceSingletonOutputOption
public CoerceDecisionServiceSingletonOutputOption(boolean value)
-
CoerceDecisionServiceSingletonOutputOption
public CoerceDecisionServiceSingletonOutputOption(String value)
-
-
Method Detail
-
getPropertyName
public String getPropertyName()
- Specified by:
getPropertyNamein interfaceorg.kie.api.conf.Option
-
isCoerceSingleton
public boolean isCoerceSingleton()
-
-