|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface specifies the methods available to any element of a change log. Thses elements are the parts of the project code that have changed since the previous release.
Method Summary | |
java.lang.String |
getAnnotation()
Get the annotation associated with this element. |
void |
setAnnotation(java.lang.String annotation)
Set the annotation for this element. |
java.lang.String |
toString()
Get the string representation of this element. |
java.lang.String |
toURI()
Get the URI for this element. |
java.lang.String |
toXML()
Get the XML serialization of this element. |
Method Detail |
public java.lang.String getAnnotation()
public void setAnnotation(java.lang.String annotation)
annotation
- The new annotation.public java.lang.String toString()
public java.lang.String toXML()
public java.lang.String toURI()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |