|
||||||||||
| 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 | |
|---|---|
String |
format(T object)
Formats the object into a String |
T |
parse(String string)
Parses a String into an object |
| Method Detail |
|---|
String format(T object)
throws Exception
object - the object
Exception - can be thrown
T parse(String string)
throws Exception
string - the string
Exception - can be thrown
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||