Package org.kie.dmn.core.compiler
Class CoerceDecisionServiceSingletonOutputOption
- java.lang.Object
-
- org.kie.dmn.core.compiler.CoerceDecisionServiceSingletonOutputOption
-
- All Implemented Interfaces:
java.io.Serializable,org.kie.api.conf.Option,DMNOption
public class CoerceDecisionServiceSingletonOutputOption extends java.lang.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 java.lang.StringPROPERTY_NAME
-
Constructor Summary
Constructors Constructor Description CoerceDecisionServiceSingletonOutputOption(boolean value)CoerceDecisionServiceSingletonOutputOption(java.lang.String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPropertyName()booleanisCoerceSingleton()
-
-
-
Field Detail
-
PROPERTY_NAME
public static final java.lang.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
-
-