Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

oracle.javatools.db.property
Class PropertyFilter

java.lang.Object
  extended by oracle.javatools.db.property.PropertyFilter
All Implemented Interfaces:
DBObjectFilter

public class PropertyFilter
extends java.lang.Object
implements DBObjectFilter


Nested Class Summary
 
Nested classes/interfaces inherited from interface oracle.javatools.db.DBObjectFilter
DBObjectFilter.IDFilter<T extends DBObject>
 
Constructor Summary
PropertyFilter(java.lang.String propertyPath, java.lang.Object value)
           
 
Method Summary
 boolean accept(DBObject obj)
          Returns true if the given DBObject is accepted by the rules of this filter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyFilter

public PropertyFilter(java.lang.String propertyPath,
                      java.lang.Object value)
Method Detail

accept

public boolean accept(DBObject obj)
Description copied from interface: DBObjectFilter
Returns true if the given DBObject is accepted by the rules of this filter.

Specified by:
accept in interface DBObjectFilter

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Copyright © 1997, 2010, Oracle. All rights reserved.