com.nimkathana.swx.util
Class SwxFloat

java.lang.Object
  extended bycom.nimkathana.swx.util.SwxFloat

public class SwxFloat
extends java.lang.Object

Wrapper for transmitting floats via xml-rpc

Version:
April 2004
Author:
Maintained by Nimkathana (www.nimkathana.com), Original by IOP GmbH (www.iop.de)

Constructor Summary
SwxFloat()
           
SwxFloat(float value)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 float getValue()
          Gets the float value of this SwxFloat object
 int hashCode()
          Same as getValue(), but coerced to an int
 void setValue(float value)
          Sets the float value of a SwxFloat object
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SwxFloat

public SwxFloat()

SwxFloat

public SwxFloat(float value)
Parameters:
value - The float value of this SwxFloat object
Method Detail

getValue

public float getValue()
Gets the float value of this SwxFloat object

Returns:
A float

setValue

public void setValue(float value)
Sets the float value of a SwxFloat object

Parameters:
value - A float

hashCode

public int hashCode()
Same as getValue(), but coerced to an int


toString

public java.lang.String toString()

equals

public boolean equals(java.lang.Object other)


Copyright © 2004 Nimkathana Corp. All Rights Reserved.