public enum BetaRangeIndexOption extends Enum<BetaRangeIndexOption> implements SingleValueKieBaseOption
An enum to enable beta node range index option.
drools.betaNodeRangeIndexEnabled = <true|false>DEFAULT = false
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_NAME
The property name for beta node range index option
|
Modifier and Type | Method and Description |
---|---|
static BetaRangeIndexOption |
determineBetaRangeIndex(String option) |
String |
getPropertyName() |
boolean |
isBetaRangeIndexEnabled() |
static BetaRangeIndexOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BetaRangeIndexOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BetaRangeIndexOption ENABLED
public static final BetaRangeIndexOption DISABLED
public static final String PROPERTY_NAME
public static BetaRangeIndexOption[] values()
for (BetaRangeIndexOption c : BetaRangeIndexOption.values()) System.out.println(c);
public static BetaRangeIndexOption valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getPropertyName()
getPropertyName
in interface Option
public boolean isBetaRangeIndexEnabled()
public static BetaRangeIndexOption determineBetaRangeIndex(String option)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.