FileDocCategorySizeDatePackage
ValuePersister.javaAPI DocGlassfish v2 API2782Fri May 04 22:31:06 BST 2007com.sun.appserv.management.util.misc

ValuePersister

public interface ValuePersister
Interface useful for persisting values using String. Implementors of this interface must be able to convert the value to a String and convert a String to its corresponding Object.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.ObjectasObject(java.lang.String theString)
Convert the String to a corresponding Object

param
theString the String to use
return
the corresponding Object representation

public java.lang.StringasString(java.lang.Object value)
Convert the Object to a String representation

param
value
return
a String representation of the Object