org.apache.ojb.broker.query
Class SearchFilter.SearchBaseLeafComparison
java.lang.Object
org.apache.ojb.broker.query.SearchFilter.SearchBase
org.apache.ojb.broker.query.SearchFilter.SearchBaseLeafComparison
- Enclosing class:
- SearchFilter
- protected class SearchFilter.SearchBaseLeafComparison
- extends SearchFilter.SearchBase
SearchBaseLeafComparison holds a leaf of the search tree
This class holds an element name, a binary operator, and a value to be compared
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
elementName
public java.lang.String elementName
value
public java.lang.String value
SearchFilter.SearchBaseLeafComparison
SearchFilter.SearchBaseLeafComparison(java.lang.String ElementName,
int oper,
java.lang.String value)
- Constructor.
- Parameters:
ElementName
- is the name of the element to be testedoper
- is the binary operator to be used for the comparisonvalue
- is the value to be used for the comparison
Authors: Thomas Mahler and others. (C) 2000 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14