gov.lanl.Database
Class JNDISearchFilter

java.lang.Object
  |
  +--gov.lanl.Database.SearchFilter
        |
        +--gov.lanl.Database.JNDISearchFilter

public class JNDISearchFilter
extends SearchFilter

Class declaration

Version:
$Revision: 1.3 $ $Date: 2002/04/19 17:34:42 $
Author:
Sascha A. Koenig

Nested Class Summary
 
Nested classes inherited from class gov.lanl.Database.SearchFilter
SearchFilter.SearchBase, SearchFilter.SearchBaseLeaf, SearchFilter.SearchBaseLeafComparison, SearchFilter.SearchBaseLeafInt, SearchFilter.SearchBaseNode
 
Field Summary
 
Fields inherited from class gov.lanl.Database.SearchFilter
AND, BINARY_OPER_MASK, EQUAL, filter, GREATER_EQUAL, GREATER_THAN, IN, LESS_EQUAL, LESS_THAN, LIKE, LOGICAL_OPER_MASK, NOT, NOT_EQUAL, NOT_IN, OR
 
Constructor Summary
JNDISearchFilter()
           
 
Method Summary
 void setObject(java.lang.Object obj)
          Sets an object template for toString to determine object type when converting element names
 java.lang.String toString()
          Converts this search filter into a search string for use by an JNDI database.
 
Methods inherited from class gov.lanl.Database.SearchFilter
combine, combine, compareFilter, ConvertBinaryOperator, getFilter, matchList, matchList, matchList, matchSet, matchSet, matchValue, matchValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JNDISearchFilter

public JNDISearchFilter()
Method Detail

setObject

public void setObject(java.lang.Object obj)
Sets an object template for toString to determine object type when converting element names

Parameters:
obj - is the object whose name is to be used by the toString() method

toString

public java.lang.String toString()
Converts this search filter into a search string for use by an JNDI database.

Specified by:
toString in class SearchFilter
Returns:
Search filter string


Copyright © 2000 Apache Software Foundation. All Rights Reserved.