anvil.annot
Class AnnotationTextProperty

java.lang.Object
  |
  +--anvil.annot.AnnotationProperty
        |
        +--anvil.annot.AnnotationTextProperty

public class AnnotationTextProperty
extends AnnotationProperty


Constructor Summary
AnnotationTextProperty(java.lang.String text)
           
 
Method Summary
 java.lang.String getContent()
           
 java.lang.String getType()
          Returns type name (e.g.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationTextProperty

public AnnotationTextProperty(java.lang.String text)
Method Detail

getContent

public java.lang.String getContent()
Specified by:
getContent in class AnnotationProperty

getType

public java.lang.String getType()
Description copied from class: AnnotationProperty
Returns type name (e.g. "String", "Text") for the XML output.

Specified by:
getType in class AnnotationProperty