org.cruxframework.crux.core.client.converter
Class TypeConverters.DoubleStringConverter

java.lang.Object
  extended by org.cruxframework.crux.core.client.converter.TypeConverters.DoubleStringConverter
All Implemented Interfaces:
TypeConverter<Double,String>
Enclosing class:
TypeConverters

public static class TypeConverters.DoubleStringConverter
extends Object
implements TypeConverter<Double,String>


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.cruxframework.crux.core.client.converter.TypeConverter
TypeConverter.Converter
 
Constructor Summary
TypeConverters.DoubleStringConverter()
           
 
Method Summary
 Double from(String b)
           
 String to(Double a)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeConverters.DoubleStringConverter

public TypeConverters.DoubleStringConverter()
Method Detail

to

public String to(Double a)
Specified by:
to in interface TypeConverter<Double,String>

from

public Double from(String b)
Specified by:
from in interface TypeConverter<Double,String>


Copyright © 2014. All rights reserved.