org.constretto.internal.converter
Class DoubleValueConverter

java.lang.Object
  extended by org.constretto.internal.converter.DoubleValueConverter
All Implemented Interfaces:
ValueConverter<Double>

public class DoubleValueConverter
extends Object
implements ValueConverter<Double>

Author:
Kaare Nilsen

Constructor Summary
DoubleValueConverter()
           
 
Method Summary
 Double fromString(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleValueConverter

public DoubleValueConverter()
Method Detail

fromString

public Double fromString(String value)
                  throws ConstrettoConversionException
Specified by:
fromString in interface ValueConverter<Double>
Throws:
ConstrettoConversionException


Copyright © 2008-2011. All Rights Reserved.