|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Method Summary | |
---|---|
Object |
asObject(String theString)
Convert the String to a corresponding Object |
String |
asString(Object value)
Convert the Object to a String representation |
Method Detail |
---|
String asString(Object value)
value
-
Object asObject(String theString)
theString
- the String to use
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.