|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- public interface IFormat<T>
The IFormat
defines the programming interface for formatting
instances of a specific type into Strings and for parsing Strings back into
objects.
Method Summary | |
---|---|
java.lang.String |
format(T value)
Formats the given value to a String representation. |
T |
parse(java.lang.String text)
Parses the given text and returns an instance of T that is represented by the text. |
Method Detail |
---|
T parse(java.lang.String text) throws ConversionException
text
-
ConversionException
java.lang.String format(T value)
value
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |