public interface Dumpable
ToString
and DumpString
mechanism must implement this interface.Modifier and Type | Method and Description |
---|---|
java.lang.String |
toDumpString()
Returns a multi-line String that shows the values (name=value) of all important
state variables of this object.
|
DumpString |
toDumpString(DumpString s)
This method allows subclasses to add values to the existing DumpString of the superclass.
|
java.lang.String |
toString()
Returns a single line String that shows the values of the most important
state variables of this object.
|
ToString |
toString(ToString s)
This method allows subclasses to add values to the existing ToString of the superclass.
|
java.lang.String toString()
toString
in class java.lang.Object
ToString toString(ToString s)
java.lang.String toDumpString()
DumpString toDumpString(DumpString s)
Copyright © 2014 EsprIT-Systems. All Rights Reserved.