public class NotOperator extends UnaryOperator
The implementation of the not operator
| Modifier and Type | Field and Description |
|---|---|
static NotOperator |
SINGLETON |
| Constructor and Description |
|---|
NotOperator()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Object |
apply(Object pValue)
Applies the operator to the given value
|
String |
getOperatorSymbol()
Returns the symbol representing the operator
|
public static final NotOperator SINGLETON
public String getOperatorSymbol()
getOperatorSymbol in class UnaryOperatorpublic Object apply(Object pValue) throws javax.servlet.jsp.el.ELException
apply in class UnaryOperatorjavax.servlet.jsp.el.ELExceptionCopyright © 2003-2012 Apache Software Foundation. All Rights Reserved.