Package org.kie.api.conf
Interface MultiValueRuleBaseOption
-
- All Superinterfaces:
KieBaseOption
,MultiValueKieBaseOption
,MultiValueOption
,Option
,java.io.Serializable
public interface MultiValueRuleBaseOption extends MultiValueKieBaseOption
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
TYPE
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default java.lang.String
type()
-
Methods inherited from interface org.kie.api.conf.Option
getPropertyName, propertyName
-
-
-
-
Field Detail
-
TYPE
static final java.lang.String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
type
default java.lang.String type()
- Specified by:
type
in interfaceKieBaseOption
- Specified by:
type
in interfaceOption
-
-