org.cruxframework.crux.core.client.converter
Class TypeConverters.StringDoubleConverter
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeConverters.StringDoubleConverter
public TypeConverters.StringDoubleConverter()
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.