org.apache.beehive.netui.compiler
Class CompilerUtils.BeanPropertyDeclaration

Object
  extended by CompilerUtils.BeanPropertyDescriptor
      extended by CompilerUtils.BeanPropertyDeclaration
Enclosing class:
CompilerUtils

public static class CompilerUtils.BeanPropertyDeclaration
extends CompilerUtils.BeanPropertyDescriptor


Constructor Summary
CompilerUtils.BeanPropertyDeclaration(String propertyName, String type, MethodDeclaration getter)
           
 
Method Summary
 MethodDeclaration getGetter()
           
 
Methods inherited from class CompilerUtils.BeanPropertyDescriptor
getPropertyName, getType
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompilerUtils.BeanPropertyDeclaration

public CompilerUtils.BeanPropertyDeclaration(String propertyName,
                                             String type,
                                             MethodDeclaration getter)
Method Detail

getGetter

public MethodDeclaration getGetter()