public class AlphaRangeIndexThresholdOption extends Object implements org.kie.api.conf.SingleValueKieBaseOption
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_VALUE
The default value for this option
|
static String |
PROPERTY_NAME
The property name
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static AlphaRangeIndexThresholdOption |
get(int threshold)
This is a factory method for this Alpha Range Index Threshold configuration.
|
String |
getPropertyName() |
int |
getThreshold()
Returns the threshold value for alpha range index
|
int |
hashCode() |
public static final String PROPERTY_NAME
public static final int DEFAULT_VALUE
public static AlphaRangeIndexThresholdOption get(int threshold)
threshold
- the threshold value for the alpha range index optionpublic String getPropertyName()
getPropertyName
in interface org.kie.api.conf.Option
public int getThreshold()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.