org.fuin.utils4j
Interface ToDebugStringCapable


public interface ToDebugStringCapable

Marks objects that can return a debug string of their content.


Method Summary
 String toDebugString()
          Creates a string with the content of the object.
 

Method Detail

toDebugString

String toDebugString()
Creates a string with the content of the object.

Returns:
String representation of the object for debugging purposes.


Copyright © 2011 Future Invent Informationsmanagement GmbH. All Rights Reserved.