org.pentaho.reporting.libraries.formula.operators
public class NotEqualOperator extends Object implements InfixOperator
| Constructor Summary | |
|---|---|
| NotEqualOperator() | |
| Method Summary | |
|---|---|
| TypeValuePair | evaluate(FormulaContext context, TypeValuePair value1, TypeValuePair value2) |
| int | getLevel() |
| boolean | isAssociative()
Defines, whether the operation is associative. |
| boolean | isLeftOperation()
Defines the bind-direction of the operator. |
| String | toString() |
Returns: true, if the operation is associative, false otherwise
Returns: true, if the operation is left-binding, false if right-binding