Expresso 5-6

com.jcorporate.expresso.core.misc
Class SerializableString

java.lang.Object
  extended bycom.jcorporate.expresso.core.misc.SerializableString
All Implemented Interfaces:
Serializable

public class SerializableString
extends Object
implements Serializable

Utilities for manipulations of strings

Author:
Michael Nash
See Also:
Serialized Form

Constructor Summary
SerializableString()
          Constructor
SerializableString(String s)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SerializableString

public SerializableString()
Constructor


SerializableString

public SerializableString(String s)
Parameters:
s - the String to initalize with
Method Detail

toString

public String toString()
Returns:
java.lang.String, the nested value.

Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.