|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Stringer<T>
Converts "atomic" objects to and from strings. Typically, one
of these is tied to a class by a ClassSyntax
.
Method Summary | |
---|---|
T |
fromString(java.lang.String text)
Constructs an object from a textual representation. |
java.lang.String |
toString(T obj)
Returns a textual representation of the object. |
java.lang.String |
xmlSchemaDatatype()
Returns the name of the XML Schema datatype for the textual representations returned by this object. |
Method Detail |
---|
java.lang.String toString(T obj)
T fromString(java.lang.String text)
java.lang.String xmlSchemaDatatype()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |