Compoze Software, Inc.

com.compoze.exchange.webdav.sql
Interface IPredicate

All Superinterfaces:
ISqlFragment
All Known Implementing Classes:
AbstractPredicate

public interface IPredicate
extends ISqlFragment

This interface defines an object that provides a predicate.


Method Summary
 java.lang.String getName()
          Returns the String objects containing the name of the fields contained in this filter rule.
 java.lang.Object getValue()
          Returns the value of the field.
 
Methods inherited from interface com.compoze.exchange.webdav.sql.ISqlFragment
toSQL
 

Method Detail

getName


public java.lang.String getName()
Returns the String objects containing the name of the fields contained in this filter rule.
Returns:
the String object representing the field name

getValue


public java.lang.Object getValue()
Returns the value of the field.
Returns:
a Object representing the single value of the field

Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.