Package org.kie.api.conf
Interface SingleValueRuleBaseOption
-
- All Superinterfaces:
KieBaseOption
,Option
,java.io.Serializable
,SingleValueKieBaseOption
,SingleValueOption
- All Known Implementing Classes:
BetaRangeIndexOption
,DeclarativeAgendaOption
,EqualityBehaviorOption
,EventProcessingOption
,RemoveIdentitiesOption
,SequentialOption
,SessionsPoolOption
public interface SingleValueRuleBaseOption extends SingleValueKieBaseOption
-
-
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
-
-