org.castor.cpa.query.object.condition
Class NotEqual
java.lang.Object
org.castor.cpa.query.object.condition.NotEqual
- All Implemented Interfaces:
- ComparisonOperator
public final class NotEqual
- extends Object
- implements ComparisonOperator
Final class that represents not equal comparison operator.
- Since:
- 1.3
- Version:
- $Revision: 8994 $ $Date: 2011-08-02 01:40:59 +0200 (Di, 02 Aug 2011) $
- Author:
- Udai Gupta, Ralf Joachim
|
Constructor Summary |
protected |
NotEqual()
Protect constructor from being called from everywhere. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotEqual
protected NotEqual()
- Protect constructor from being called from everywhere.
Use constants from Comparison instead.
getOperator
public String getOperator()
-
- Specified by:
getOperator in interface ComparisonOperator
not
public ComparisonOperator not()
- Get invers comparison operator.
- Specified by:
not in interface ComparisonOperator
- Returns:
- Invers comparison operator.
Copyright © 2012. All Rights Reserved.