|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IValueTranslator
The interface of a value translator.
Method Summary | |
---|---|
java.lang.Object |
translateFrom(java.lang.Object v)
Translate the value from the user's representation to the internal representation. |
java.lang.Object |
translateTo(java.lang.Object v)
Translate the value from the internal representation to the user's representation. |
Method Detail |
---|
java.lang.Object translateTo(java.lang.Object v) throws TranslationException
v
- The internal representation
TranslationException
- If the translation cannot be performedjava.lang.Object translateFrom(java.lang.Object v) throws TranslationException
v
- The user's representation
TranslationException
- If the translation cannot be performed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |