|
Holger's Java API |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DetailedString
implementing classes provide a String suitable for displaying their
full instance details in a (potentially multi-line) String.
Where the Object.toString() commonly provides a single-line text
suitable for display in e.g. a listing, the detailed String provided by this
interface is more suitable for exporting the fully detailed Object information
as a String into other applications.
Object.toString()| Method Summary | |
|---|---|
String |
toDetailedString()
provides full details of this instance in a String. |
| Method Detail |
|---|
String toDetailedString()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||