| Package | Description | 
|---|---|
| org.kie.api.builder.model | |
| org.kie.api.conf | 
| Modifier and Type | Method and Description | 
|---|---|
BetaRangeIndexOption | 
KieBaseModel.getBetaRangeIndexOption()
Returns the BetaRangeIndexOption of this KieBaseModel 
 | 
| Modifier and Type | Method and Description | 
|---|---|
KieBaseModel | 
KieBaseModel.setBetaRangeIndexOption(BetaRangeIndexOption betaRangeIndexOption)
Sets the BetaRangeIndexOption for this KieBaseModel
 Default is BetaRangeIndexOption.DISABLED 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static BetaRangeIndexOption | 
BetaRangeIndexOption.determineBetaRangeIndex(String option)  | 
static BetaRangeIndexOption | 
BetaRangeIndexOption.valueOf(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. 
 | 
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.