org.castor.cpa.query.object.condition
Class GreaterThan
java.lang.Object
org.castor.cpa.query.object.condition.GreaterThan
- All Implemented Interfaces:
- ComparisonOperator
public final class GreaterThan
- extends Object
- implements ComparisonOperator
Final class that represents greater than comparison operator.
- Since:
- 1.3
- Version:
- $Revision: 7121 $ $Date: 2006-04-25 16:09:10 -0600 (Tue, 25 Apr 2006) $
- Author:
- Udai Gupta, Ralf Joachim
|
Constructor Summary |
protected |
GreaterThan()
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 |
GreaterThan
protected GreaterThan()
- 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 © 2010. All Rights Reserved.