Uses of Class
org.kie.api.conf.BetaRangeIndexOption
-
Packages that use BetaRangeIndexOption Package Description org.kie.api.builder.model org.kie.api.conf -
-
Uses of BetaRangeIndexOption in org.kie.api.builder.model
Methods in org.kie.api.builder.model that return BetaRangeIndexOption Modifier and Type Method Description BetaRangeIndexOption
KieBaseModel. getBetaRangeIndexOption()
Returns the BetaRangeIndexOption of this KieBaseModelMethods in org.kie.api.builder.model with parameters of type BetaRangeIndexOption Modifier and Type Method Description KieBaseModel
KieBaseModel. setBetaRangeIndexOption(BetaRangeIndexOption betaRangeIndexOption)
Sets the BetaRangeIndexOption for this KieBaseModel Default is BetaRangeIndexOption.DISABLED -
Uses of BetaRangeIndexOption in org.kie.api.conf
Fields in org.kie.api.conf with type parameters of type BetaRangeIndexOption Modifier and Type Field Description static OptionKey<BetaRangeIndexOption>
BetaRangeIndexOption. KEY
Methods in org.kie.api.conf that return BetaRangeIndexOption Modifier and Type Method Description static BetaRangeIndexOption
BetaRangeIndexOption. determineBetaRangeIndex(java.lang.String option)
static BetaRangeIndexOption
BetaRangeIndexOption. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BetaRangeIndexOption[]
BetaRangeIndexOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-