| Constructor and Description |
|---|
POPString()
Default constructor
|
POPString(java.lang.String value)
Constructor with given value
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
deserialize(POPBuffer buffer)
Deserilize the POPString from the buffer
|
java.lang.String |
getValue()
Get the current value of this object
|
boolean |
serialize(POPBuffer buffer)
Serialize the POPString into the buffer
|
void |
setValue(java.lang.String value)
Set the string value of this object
|
java.lang.String |
toString() |
public POPString()
public POPString(java.lang.String value)
value - String value to be stored in this objectpublic void setValue(java.lang.String value)
value - new string valuepublic java.lang.String 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