abbot.script
Interface XMLifiable

All Known Implementing Classes:
ComponentReference, Step

public interface XMLifiable


Method Summary
 String toEditableString()
          Provide an editable string representation of the object.
 org.jdom.Element toXML()
          Provide an XML representation of the object.
 

Method Detail

toXML

public org.jdom.Element toXML()
Provide an XML representation of the object.


toEditableString

public String toEditableString()
Provide an editable string representation of the object. Usually will be a String form of the XML, but may be something simpler if it doesn't make sense to provide the full XML.



Copyright © 2002-2004 Timothy Wall. All Rights Reserved.
Abbot is hosted on

SourceForge