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

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

static class SourceAnnotationHandler.SetterFilter
extends Object

Selects setter method. A setter method name starts with 'set', returns a void and has single argument.


Constructor Summary
SourceAnnotationHandler.SetterFilter()
           
 
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.SetterFilter

SourceAnnotationHandler.SetterFilter()
Method Detail

includes

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



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