org.rblasch.convert
Interface MetaConverter

All Known Implementing Classes:
AbstractConverter, ClassMetaConverter, StandardMetaConverter

public interface MetaConverter

Author:
Ronald Blaschke

Method Summary
 Converter getConverter()
           
 Type getDestinationType()
           
 Type getSourceType()
           
 int getWeight()
           
 

Method Detail

getSourceType

public Type getSourceType()

getDestinationType

public Type getDestinationType()

getWeight

public int getWeight()

getConverter

public Converter getConverter()


Copyright © 2004 Ronald Blaschke. All Rights Reserved.