public class Soundex extends UnaryExpression implements TextExpression
| Constructor and Description |
|---|
Soundex(Expression argument) |
| Modifier and Type | Method and Description |
|---|---|
static List<Class<? extends DataType>> |
getDefaultAcceptedTypes() |
Operator |
getOperator() |
DataType |
getReturnedDataType()
Validates the returned data type of the Expression.
|
allowedDataTypes, equals, getArgument, hashCode, setArgument, toString, validateclone, getAppliableOperators, getExpressionsByCategorypublic Soundex(Expression argument)
public Operator getOperator()
getOperator in class CompositeExpressionpublic DataType getReturnedDataType() throws NotEvaluableDataTypeException
ExpressiongetReturnedDataType in class ExpressionNotEvaluableDataTypeExceptionCopyright © 2014. All Rights Reserved.