net.aerith.misao.util
Interface StringOutputtable

All Known Implementing Classes:
XmlMagRecord

public interface StringOutputtable

The StringOutputtable is an interface which supports the method getOutputString.


Method Summary
 java.lang.String getOutputString()
          Returns a string representation of the state of this object.
 

Method Detail

getOutputString

public java.lang.String getOutputString()
Returns a string representation of the state of this object.
Returns:
a string representation of the state of this object.