anvil.annot
Class AnnotationProperty

java.lang.Object
  |
  +--anvil.annot.AnnotationProperty
Direct Known Subclasses:
AnnotationStringProperty, AnnotationTextProperty

public abstract class AnnotationProperty
extends java.lang.Object


Constructor Summary
AnnotationProperty()
           
 
Method Summary
abstract  java.lang.String getContent()
           
abstract  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

AnnotationProperty

public AnnotationProperty()
Method Detail

getContent

public abstract java.lang.String getContent()

getType

public abstract java.lang.String getType()
Returns type name (e.g. "String", "Text") for the XML output.