public class Not extends UnaryExpression implements LogicalExpression
| Constructor and Description |
|---|
Not(Expression argument) |
| Modifier and Type | Method and Description |
|---|---|
Operator |
getOperator() |
DataType |
getReturnedDataType()
Validates the returned data type of the Expression.
|
allowedDataTypes, equals, getArgument, hashCode, setArgument, toString, validateclone, getAppliableOperators, getExpressionsByCategorypublic Not(Expression argument)
public Operator getOperator()
getOperator in class CompositeExpressionpublic DataType getReturnedDataType()
ExpressiongetReturnedDataType in class ExpressionCopyright © 2015. All Rights Reserved.