public class POPMutableFloat extends java.lang.Object implements IPOPBase
POPParameter direction use in
methods| Constructor and Description |
|---|
POPMutableFloat()
Default constructor
|
POPMutableFloat(float value)
Constructor with given value
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
deserialize(POPBuffer buffer)
Deserialize the POPFloat from the buffer
|
float |
getValue()
Get the current value of this object
|
boolean |
serialize(POPBuffer buffer)
Serialize the POPFloat into the buffer
|
void |
setValue(float value)
Set the float value of this object
|
java.lang.String |
toString() |
public POPMutableFloat()
public POPMutableFloat(float value)
value - float value to be stored in this objectpublic void setValue(float value)
value - new float valuepublic float getValue()
public boolean serialize(POPBuffer buffer)
public boolean deserialize(POPBuffer buffer)
deserialize in interface IPOPBasebuffer - The buffer to deserialize frompublic java.lang.String toString()
toString in class java.lang.Object