Constructor and Description |
---|
JString(java.lang.String s)
Construct a JString object with the specified String
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue()
Retrieve the String value of this object
|
java.lang.String |
toJSONString()
The String representation of this component or object.
|
public JString(java.lang.String s)
s
- The Stringpublic java.lang.String toJSONString()
JOk
toJSONString
in interface JOk
public java.lang.String getValue()