Interface com.bdnm.mvc.ObjectPrinter
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.bdnm.mvc.ObjectPrinter

public interface ObjectPrinter
extends Object
When implemented, this interface permits a class to change an Object into a String.
See Also:
ObjectReader

Method Index

 o toString(Object)
Converts the given object to a string.

Methods

 o toString
  public abstract String toString(Object obj)
Converts the given object to a string.
Parameters:
obj - the object to convert to a String
Returns:
a string representation of the object

All Packages  Class Hierarchy  This Package  Previous  Next  Index