org.apache.beehive.netui.pageflow.internal.annotationreader
Class AnnotationAttribute

Object
  extended by AnnotationAttribute

public class AnnotationAttribute
extends Object


Constructor Summary
AnnotationAttribute()
           
AnnotationAttribute(String attributeName, ProcessedAnnotation[] annotationValues)
           
AnnotationAttribute(String attributeName, String value)
           
 
Method Summary
 ProcessedAnnotation[] getAnnotationValues()
           
 String getAttributeName()
           
 String getStringValue()
           
 void setAnnotationValues(ProcessedAnnotation[] annotationValues)
           
 void setAttributeName(String attributeName)
           
 void setStringValue(String value)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationAttribute

public AnnotationAttribute()

AnnotationAttribute

public AnnotationAttribute(String attributeName,
                           String value)

AnnotationAttribute

public AnnotationAttribute(String attributeName,
                           ProcessedAnnotation[] annotationValues)
Method Detail

getAttributeName

public String getAttributeName()

setAttributeName

public void setAttributeName(String attributeName)

getStringValue

public String getStringValue()

setStringValue

public void setStringValue(String value)

getAnnotationValues

public ProcessedAnnotation[] getAnnotationValues()

setAnnotationValues

public void setAnnotationValues(ProcessedAnnotation[] annotationValues)