ojb.broker.query
Class SearchFilter.SearchBaseNode
java.lang.Object
|
+--ojb.broker.query.SearchFilter.SearchBase
|
+--ojb.broker.query.SearchFilter.SearchBaseNode
- Enclosing class:
- SearchFilter
- protected class SearchFilter.SearchBaseNode
- extends SearchFilter.SearchBase
Define the class to represent a node of the search tree
This class holds an operator and a vector other nodes.
Field Summary |
java.util.Vector |
nodes
|
Constructor Summary |
(package private) |
SearchFilter.SearchBaseNode(int oper,
java.lang.Object filter,
java.util.Vector new_filters)
Constructor for a specific filter and a vector of new ones.
|
(package private) |
SearchFilter.SearchBaseNode(int oper,
java.util.Vector new_filters)
Constructor.
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nodes
public java.util.Vector nodes
SearchFilter.SearchBaseNode
SearchFilter.SearchBaseNode(int oper,
java.util.Vector new_filters)
- Constructor.
Store a list of filters and an operator for combining them.
- Parameters:
oper
- is the operator (IN or NOT_IN) to be used for the comparisonnew_filters
- is a vector of filters to be combined
SearchFilter.SearchBaseNode
SearchFilter.SearchBaseNode(int oper,
java.lang.Object filter,
java.util.Vector new_filters)
- Constructor for a specific filter and a vector of new ones.
Store a list of filters and an operator for combining them.
- Parameters:
oper
- is the operator (IN or NOT_IN) to be used for the comparisonfilter
- is the first filter to be combinednew_filters
- is a vector of filters to be combined
Authors: Thomas Mahler and others. (C) 2000, 2001.
All rights reserved. Published under the Gnu Public License.
http://objectbridge.sourceforge.net
Version: 0.8.375, 2002-04-04