ewe.util
Interface Stringable

All Known Subinterfaces:
Value
All Known Implementing Classes:
Decimal, Double, Long, Time, Wrapper

public interface Stringable


Method Summary
 void fromString(String s)
           
 String toString()
           
 

Method Detail

toString

public String toString()
Overrides:
toString in class Object
Returns:
a String representing this object.

fromString

public void fromString(String s)