Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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