public class MD5 extends UnaryExpression implements TextExpression
| Constructor and Description |
|---|
MD5(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 MD5(Expression argument)
public List<Class<? extends DataType>> allowedDataTypes()
allowedDataTypes in class UnaryExpressionpublic Operator getOperator()
getOperator in class CompositeExpressionpublic DataType getReturnedDataType() throws NotEvaluableDataTypeException
ExpressiongetReturnedDataType in class ExpressionNotEvaluableDataTypeExceptionCopyright © 2015. All Rights Reserved.