|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--anvil.annot.AnnotationProperties
Field Summary | |
java.lang.String |
specFilePath
This is only used by the AnnotationPropDialog to transfer the new specification file path to AnvilMain. |
Constructor Summary | |
AnnotationProperties()
|
Method Summary | |
void |
addProperty(java.lang.String key,
AnnotationProperty value)
|
AnnotationProperty |
getProperty(java.lang.String key)
|
java.lang.String |
toXml()
Returns XML representation of information to be written to the head of the Anvil annotation file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String specFilePath
Constructor Detail |
public AnnotationProperties()
Method Detail |
public void addProperty(java.lang.String key, AnnotationProperty value)
public AnnotationProperty getProperty(java.lang.String key)
public java.lang.String toXml()
AnnotationInfo
toXml
in interface AnnotationInfo
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |