org.esa.beam.util.converters
Class JavaTypeConverter

java.lang.Object
  extended by org.esa.beam.util.converters.JavaTypeConverter
All Implemented Interfaces:
com.bc.ceres.binding.Converter<Class>

public class JavaTypeConverter
extends Object
implements com.bc.ceres.binding.Converter<Class>


Constructor Summary
JavaTypeConverter()
           
 
Method Summary
 String format(Class javaType)
           
 Class<Class> getValueType()
           
 Class parse(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaTypeConverter

public JavaTypeConverter()
Method Detail

getValueType

public Class<Class> getValueType()
Specified by:
getValueType in interface com.bc.ceres.binding.Converter<Class>

parse

public Class parse(String text)
            throws com.bc.ceres.binding.ConversionException
Specified by:
parse in interface com.bc.ceres.binding.Converter<Class>
Throws:
com.bc.ceres.binding.ConversionException

format

public String format(Class javaType)
Specified by:
format in interface com.bc.ceres.binding.Converter<Class>


Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.