public class TDNumeric extends TDTypeValue
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(TDTypeValue o) |
boolean |
equals(Object obj) |
DataType |
getReturnedDataType()
Validates the returned data type of the Expression.
|
Float |
getValue() |
int |
hashCode() |
String |
toString() |
void |
validate()
Validates correctness of the Expression
|
clone, getAppliableOperatorspublic TDNumeric(Float value)
public Float getValue()
public void validate()
throws MalformedExpressionException
Expressionvalidate in class ExpressionMalformedExpressionExceptionpublic int compareTo(TDTypeValue o)
public DataType getReturnedDataType()
ExpressiongetReturnedDataType in class ExpressionCopyright © 2014. All Rights Reserved.