public class Range extends LeafExpression
| Constructor and Description |
|---|
Range(TDTypeValue minimum,
TDTypeValue maximum) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
TDTypeValue |
getMaximum() |
TDTypeValue |
getMinimum() |
DataType |
getReturnedDataType()
Validates the returned data type of the Expression.
|
int |
hashCode() |
void |
setMaximum(TDTypeValue maximum) |
void |
setMinimum(TDTypeValue minimum) |
String |
toString() |
void |
validate()
Validates correctness of the Expression
|
clone, getAppliableOperatorspublic Range(TDTypeValue minimum, TDTypeValue maximum)
public TDTypeValue getMinimum()
public void setMinimum(TDTypeValue minimum)
minimum - the minimum to setpublic TDTypeValue getMaximum()
public void setMaximum(TDTypeValue maximum)
maximum - the maximum to setpublic void validate()
throws MalformedExpressionException
Expressionvalidate in class ExpressionMalformedExpressionExceptionpublic DataType getReturnedDataType() throws MalformedExpressionException
ExpressiongetReturnedDataType in class ExpressionMalformedExpressionExceptionCopyright © 2014. All Rights Reserved.