org.apache.openjpa.persistence.meta
Class SourceAnnotationHandler.GetterFilter
java.lang.Object
   org.apache.openjpa.persistence.meta.SourceAnnotationHandler.GetterFilter
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.
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SourceAnnotationHandler.GetterFilter
SourceAnnotationHandler.GetterFilter()
includes
public boolean includes(ExecutableElement method)
- Return true to include the given element.
 
- 
 
- 
 
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.