public class BetweenRangeNode extends RangeNode
Constructor and Description |
---|
BetweenRangeNode() |
BetweenRangeNode(String fieldName,
QueryOperator operator,
String functionName,
Comparable minValue,
boolean includeMin,
Comparable maxValue,
boolean includeMax) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Comparable |
getMaxValue() |
Comparable |
getMinValue() |
String |
getPrettifiedString() |
int |
hashCode() |
boolean |
isIncludeMax() |
boolean |
isIncludeMin() |
void |
readExternal(ObjectInput in) |
void |
setIncludeMax(boolean includeMax) |
void |
setIncludeMin(boolean includeMin) |
void |
setMaxValue(Comparable maxValue) |
void |
setMinValue(Comparable minValue) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
getChildren, getFieldName, getFunctionName, getOperator, getValue, setFieldName, setFunctionName, setOperator, setValue
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
enabledSmartExternalizableWithReference
public BetweenRangeNode()
public BetweenRangeNode(String fieldName, QueryOperator operator, String functionName, Comparable minValue, boolean includeMin, Comparable maxValue, boolean includeMax)
public Comparable getMinValue()
public void setMinValue(Comparable minValue)
public Comparable getMaxValue()
public void setMaxValue(Comparable maxValue)
public String getPrettifiedString()
getPrettifiedString
in interface QueryOperationNode
getPrettifiedString
in class RangeNode
public boolean isIncludeMin()
public void setIncludeMin(boolean includeMin)
public boolean isIncludeMax()
public void setIncludeMax(boolean includeMax)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class RangeNode
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class RangeNode
IOException
ClassNotFoundException
Copyright © GigaSpaces.