|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IValueFormatter<FROM,TO>
An IValueFormatter describes a conversion for a value in both directions.
Formatters are used for display and editing, that's why both directions are
there. If you implement a formatter that's only for display, let the parse
method throw an UnsupportedOperationException
.
Method Summary | |
---|---|
TO |
format(FROM obj)
|
FROM |
parse(TO obj)
|
Method Detail |
---|
TO format(FROM obj)
FROM parse(TO obj)
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |