org.apache.openjpa.persistence
Class PersistenceMetaDataDefaults.GetterFilter

java.lang.Object
  extended by org.apache.openjpa.persistence.PersistenceMetaDataDefaults.GetterFilter
Enclosing class:
PersistenceMetaDataDefaults

static class PersistenceMetaDataDefaults.GetterFilter
extends Object

Selects getter method. A getter method name starts with 'get', returns a non-void type and has no argument. Or starts with 'is', returns a boolean and has no argument.


Constructor Summary
PersistenceMetaDataDefaults.GetterFilter()
           
 
Method Summary
 boolean includes(Method method)
          Return true to include the given element.
 boolean isIncludePrivate()
           
 void setIncludePrivate(boolean includePrivate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistenceMetaDataDefaults.GetterFilter

PersistenceMetaDataDefaults.GetterFilter()
Method Detail

includes

public boolean includes(Method method)
Return true to include the given element.


setIncludePrivate

public void setIncludePrivate(boolean includePrivate)

isIncludePrivate

public boolean isIncludePrivate()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.