ewe.reflect
Interface DataConverter

All Known Implementing Classes:
Wrapper

public interface DataConverter


Method Summary
 boolean convertData(Wrapper source, String sourceType, Wrapper dest, String destType)
          Return true if the conversion was successfull.
 

Method Detail

convertData

public boolean convertData(Wrapper source,
                           String sourceType,
                           Wrapper dest,
                           String destType)
Return true if the conversion was successfull.