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