org.fuin.utils4j
Interface ToDebugStringCapable


public interface ToDebugStringCapable

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


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

Method Detail

toDebugString

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

Returns:
String representation of the object for debugging purposes.


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