|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdsto.dfc.databeans.AbstractDataObject
dsto.dfc.databeans.SimpleDataObject
dsto.dfc.databeans.views.PropertyFilter
public class PropertyFilter
An IFilter for selecting from data objects with a given property value.
Field Summary | |
---|---|
Object |
property
|
Object |
value
|
Fields inherited from class dsto.dfc.databeans.AbstractDataObject |
---|
listeners |
Fields inherited from interface dsto.dfc.databeans.IFilter |
---|
NULL_FILTER |
Fields inherited from interface dsto.dfc.databeans.IDataObject |
---|
OVERRIDE, PERSISTENT, PERSISTENT_OVERRIDE, TRANSIENT, TRANSIENT_OVERRIDE |
Constructor Summary | |
---|---|
PropertyFilter(Object property,
Object value)
|
Method Summary | |
---|---|
boolean |
include(IDataObject object)
Return true if a given top-level value from source should be included. |
Methods inherited from class dsto.dfc.databeans.SimpleDataObject |
---|
getFieldNames, getTypeInfo, getValue, isTransient, propertyIterator, setValue, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public Object property
public Object value
Constructor Detail |
---|
public PropertyFilter(Object property, Object value)
Method Detail |
---|
public boolean include(IDataObject object)
IFilter
include
in interface IFilter<IDataObject>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |