org.apache.openjpa.persistence.meta
Class SourceAnnotationHandler.GetterFilter

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

static class SourceAnnotationHandler.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
SourceAnnotationHandler.GetterFilter()
           
 
Method Summary
 boolean includes(ExecutableElement method)
          Return true to include the given element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceAnnotationHandler.GetterFilter

SourceAnnotationHandler.GetterFilter()
Method Detail

includes

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



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