org.rblasch.convert.converters
Class StandardMetaConverter

java.lang.Object
  extended byorg.rblasch.convert.converters.StandardMetaConverter
All Implemented Interfaces:
MetaConverter

public class StandardMetaConverter
extends java.lang.Object
implements MetaConverter

Author:
Ronald Blaschke

Constructor Summary
StandardMetaConverter(Type sourceType, Type destinationType, Converter converter, int weight)
           
 
Method Summary
 Converter getConverter()
           
 Type getDestinationType()
           
 Type getSourceType()
           
 int getWeight()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardMetaConverter

public StandardMetaConverter(Type sourceType,
                             Type destinationType,
                             Converter converter,
                             int weight)
Method Detail

getSourceType

public Type getSourceType()
Specified by:
getSourceType in interface MetaConverter

getDestinationType

public Type getDestinationType()
Specified by:
getDestinationType in interface MetaConverter

getWeight

public int getWeight()
Specified by:
getWeight in interface MetaConverter

getConverter

public Converter getConverter()
Specified by:
getConverter in interface MetaConverter


Copyright © 2004 Ronald Blaschke. All Rights Reserved.