|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.autosemantix.deltalog.DefaultElement
This class provides a default implementation of the Element interface. It does not represent a specific code construct but can be used for general, non-code related changes.
Constructor Summary | |
DefaultElement()
|
|
DefaultElement(java.lang.String name)
|
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. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DefaultElement()
public DefaultElement(java.lang.String name)
Method Detail |
public java.lang.String getAnnotation()
Element
getAnnotation
in interface Element
public void setAnnotation(java.lang.String annotation)
Element
setAnnotation
in interface Element
annotation
- The new annotation.public java.lang.String toString()
Element
toString
in interface Element
public java.lang.String toXML()
Element
toXML
in interface Element
public java.lang.String toURI()
Element
toURI
in interface Element
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |