|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.nimkathana.swx.util.SwxFloat
Wrapper for transmitting floats via xml-rpc
| 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 |
public SwxFloat()
public SwxFloat(float value)
value - The float value of this SwxFloat object| Method Detail |
public float getValue()
public void setValue(float value)
value - A floatpublic int hashCode()
getValue(), but coerced to an int
public java.lang.String toString()
public boolean equals(java.lang.Object other)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||