org.jopendocument.util.convertor
Interface ValueConvertor<T,U>

Type Parameters:
T - the first type.
U - the second type.
All Known Implementing Classes:
DateToTimeConvertor, DateTSConvertor, NumberConvertor, ReverseConvertor, StringClobConvertor

public interface ValueConvertor<T,U>

A convertor between 2 types.

Author:
Sylvain

Method Summary
 U convert(T o)
           
 T unconvert(U o)
           
 

Method Detail

convert

U convert(T o)

unconvert

T unconvert(U o)


Copyright © 2010 jOpenDocument All Rights Reserved.