source:
tmcsimulator-scriptbuilder/trunk/src/scriptbuilder/structures/I_XML_Writable.java
@
76
| Revision 76, 291 bytes checked in by bmcguffin, 9 years ago (diff) |
|---|
| Line | |
|---|---|
| 1 | package scriptbuilder.structures; |
| 2 | |
| 3 | /** |
| 4 | * |
| 5 | * @author Bryan McGuffin |
| 6 | */ |
| 7 | public interface I_XML_Writable |
| 8 | { |
| 9 | |
| 10 | /** |
| 11 | * Translate this object's data into an appropriate XML string. |
| 12 | * |
| 13 | * @return an XML-compliant string representing this object's data |
| 14 | */ |
| 15 | String toXML(); |
| 16 | } |
Note: See TracBrowser
for help on using the repository browser.
