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. |
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
Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.