| Interface | Description |
|---|---|
| Operator |
The Operator interface should be implemented by any class whose instances are intended to be executed as an Operator.
|
| Class | Description |
|---|---|
| And |
This class is a wrapper for and operator ( & ).
|
| DataType | |
| Equals |
This class is a wrapper for equals operator ( == ).
|
| GreaterThan |
This class is a wrapper for greater than operator ( > ).
|
| LesserThan |
This class is a wrapper for lesser than operator ( < ).
|
| LogicalOperator |
implements Operator and holds left hand and right hand values
which are instances of Opertors(Since Logical Operators operate on two Relational, Logical Operators).
|
| NotEquals |
This class is a wrapper for equals operator ( != ).
|
| ObjectCloner |
The class is used to Deep Clone an Object
|
| Or |
This class is a wrapper for or operator ( || ).
|
| QueryEngine |
Contains different sets of Data Collection
in Hashtable.
|
| RelationalOperator |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.