Uses of Class
org.scopemvc.util.convertor.NumberStringConvertor

Packages that use NumberStringConvertor
org.scopemvc.util.convertor This package contains an extensible mechanism used to convert arbitrary types to and from a String representation. 
 

Uses of NumberStringConvertor in org.scopemvc.util.convertor
 

Subclasses of NumberStringConvertor in org.scopemvc.util.convertor
 class BigIntegerStringConvertor
          String convertor for type BigInteger.
 class DoubleStringConvertor
          String convertor for type java.lang.Double.
 class FloatStringConvertor
          String convertor for type java.lang.Float.
 class IntegerStringConvertor
          String convertor for type java.lang.Integer.
 class LongStringConvertor
          String convertor for type java.lang.Long.
 



Copyright © 2000-2002 The Scope Team. All Rights Reserved.