com.wingfoot.soap.encoding
Class Float

java.lang.Object
  |
  +--com.wingfoot.soap.encoding.Float

public class Float
extends java.lang.Object

Encapsulates, as String, a double. This is due to the absence of support for double data type in CLDC,

Since:
0.90

Constructor Summary
Float(java.lang.String soapFloat)
          Sets the value of the float.
 
Method Summary
 java.lang.String toString()
          Returns the encapsulated double as a String
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Float

public Float(java.lang.String soapFloat)
Sets the value of the float. Class is immutable.
Parameters:
soapFloat - String representation of the float
Since:
0.90
Method Detail

toString

public java.lang.String toString()
Returns the encapsulated double as a String
Overrides:
toString in class java.lang.Object
Returns:
String representation of the double.
Since:
0.90


Copyright(c) Wingfoot Software (www.wingfoot.com). All Rights Reserved.

KXML is a XML parser by Lutris Technologies