org.sourceforge.jemm.client
Class JEMMObjectFilter

java.lang.Object
  extended by org.sourceforge.jemm.client.JEMMObjectFilter
All Implemented Interfaces:
FieldFilter

public class JEMMObjectFilter
extends java.lang.Object
implements FieldFilter

A Filter which checks for fields that are JEMMObjects only.

Author:
Paul Keeble

Constructor Summary
JEMMObjectFilter()
           
 
Method Summary
 boolean accepts(java.lang.reflect.Field f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JEMMObjectFilter

public JEMMObjectFilter()
Method Detail

accepts

public boolean accepts(java.lang.reflect.Field f)
Specified by:
accepts in interface FieldFilter
Parameters:
f - The field to test
Returns:
true if the field should be included, false otherwise


Copyright © 2009. All Rights Reserved.