Constructor and Description |
---|
JBoolean(boolean b)
Construct a boolean object
|
Modifier and Type | Method and Description |
---|---|
boolean |
getValue()
Get the boolean value of this object
|
java.lang.String |
toJSONString()
The String representation of this component or object.
|
public JBoolean(boolean b)
b
- The boolean valuepublic java.lang.String toJSONString()
JOk
toJSONString
in interface JOk
public boolean getValue()