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

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

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


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

Constructor Detail

TypeConverters.StringDoubleConverter

public TypeConverters.StringDoubleConverter()
Method Detail

to

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

from

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


Copyright © 2014. All rights reserved.