| |
|
| java.lang.Object org.apache.beehive.controls.runtime.generator.AptAnnotationHelper
AptAnnotationHelper | public class AptAnnotationHelper (Code) | | The AptAnnotationHelper class is a helper class that aids in the reading of annotation
values using APT metadata
|
Constructor Summary | |
public | AptAnnotationHelper(AnnotationMirror annot) Initialize a new helper instance based upon a specific annotation declaration. |
AptAnnotationHelper | public AptAnnotationHelper(AnnotationMirror annot)(Code) | | Initialize a new helper instance based upon a specific annotation declaration.
Parameters: annot - The annotation value declaration |
getElementDeclaration | public AnnotationTypeElementDeclaration getElementDeclaration(String elemName)(Code) | | Returns the AnnotationTypeElementDeclaration for a particular element
|
getObjectValue | public Object getObjectValue(String elemName)(Code) | | Returns the value of a particular element as an Object
|
getStringValue | public String getStringValue(String elemName)(Code) | | Returns the value of a particular element as a String
|
|
|
|