Uses of Class
org.apache.mina.integration.beans.NumberEditor

Packages that use NumberEditor
org.apache.mina.integration.beans   
 

Uses of NumberEditor in org.apache.mina.integration.beans
 

Subclasses of NumberEditor in org.apache.mina.integration.beans
 class ByteEditor
          A PropertyEditor which converts a String into an Byte and vice versa.
 class DoubleEditor
          A PropertyEditor which converts a String into an Double and vice versa.
 class FloatEditor
          A PropertyEditor which converts a String into an Float and vice versa.
 class IntegerEditor
          A PropertyEditor which converts a String into an Integer and vice versa.
 class LongEditor
          A PropertyEditor which converts a String into a Long and vice versa.
 class ShortEditor
          A PropertyEditor which converts a String into a Short and vice versa.
 



Copyright © 2004-2008 Apache MINA Project. All Rights Reserved.