public class InfoMapString
extends java.lang.Object
Constructor and Description |
---|
InfoMapString(java.lang.String value)
Creates a new instance and sets the internal String value.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue()
Returns the internal String value.
|
void |
setValue(java.lang.String value)
Sets the internal String value.
|
java.lang.String |
toString()
Convenience toString() so that we can read the internal value in our
JavaScript context when expecting a String without needing to call
getValue().
|
public InfoMapString(java.lang.String value)
value:
- The internal String value.public void setValue(java.lang.String value)
value:
- The new value to be help by this wrapper.public java.lang.String getValue()
public java.lang.String toString()
toString
in class java.lang.Object