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

Object
  extended by CompilerUtils.BeanPropertyDescriptor
Direct Known Subclasses:
CompilerUtils.BeanPropertyDeclaration
Enclosing class:
CompilerUtils

public static class CompilerUtils.BeanPropertyDescriptor
extends Object


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

Constructor Detail

CompilerUtils.BeanPropertyDescriptor

public CompilerUtils.BeanPropertyDescriptor(String propertyName,
                                            String type)
Method Detail

getPropertyName

public String getPropertyName()

getType

public String getType()