public class TDText 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.
|
String |
getValue() |
int |
hashCode() |
String |
toString() |
void |
validate()
Validates correctness of the Expression
|
clone, getAppliableOperators, getExpressionsByCategorypublic TDText(String value)
public String getValue()
public void validate()
throws MalformedExpressionException
Expressionvalidate in class ExpressionMalformedExpressionExceptionpublic int compareTo(TDTypeValue o)
public DataType getReturnedDataType()
ExpressiongetReturnedDataType in class TDTypeValueCopyright © 2014. All Rights Reserved.