|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Format<T>
Format allows to format object to and from string received using format or parse method
| Method Summary | |
|---|---|
java.lang.String |
format(T object)
Formats the object into a String |
T |
parse(java.lang.String string)
Parses a String into an object |
| Method Detail |
|---|
java.lang.String format(T object)
throws java.lang.Exception
object - the object
java.lang.Exception - can be thrown
T parse(java.lang.String string)
throws java.lang.Exception
string - the string
java.lang.Exception - can be thrown
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||