org.apache.beehive.controls.runtime.generator.apt
Class AptFieldHelper

Object
  extended by GenField
      extended by AptFieldHelper

public class AptFieldHelper
extends GenField

The AptFieldHelper class is a helper class that knows how to generate useful information about a Field using APT metadata


Method Summary
 String getAccessModifier()
          Returns the access modifier associated with the field
 String getName()
          Returns the name of the method
 String getType()
          Returns the type of the field
 
Methods inherited from class GenField
getLocalName, getReflectField
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public String getName()
Returns the name of the method

Specified by:
getName in class GenField

getType

public String getType()
Returns the type of the field

Specified by:
getType in class GenField

getAccessModifier

public String getAccessModifier()
Returns the access modifier associated with the field

Specified by:
getAccessModifier in class GenField