anvil.annot
Class AnnotationStringProperty

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

public class AnnotationStringProperty
extends AnnotationProperty


Constructor Summary
AnnotationStringProperty(java.lang.String str)
           
 
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

AnnotationStringProperty

public AnnotationStringProperty(java.lang.String str)
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