Changeset 76 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/structures/I_XML_Writable.java
- Timestamp:
- 08/25/2017 12:22:28 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/scriptbuilder/structures/I_XML_Writable.java
r46 r76 1 2 1 package scriptbuilder.structures; 3 2 … … 8 7 public interface I_XML_Writable 9 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 */ 10 15 String toXML(); 11 16 }
Note: See TracChangeset
for help on using the changeset viewer.
