JSONBooleanValue (object)¶
バージョン 1.13.0 で追加.
A specialized JSONValue for Boolean values.
Methods¶
JSONBooleanValue ( in Boolean value ) | |
JSONBooleanValue ( in JSONBooleanValue other ) | |
JSONBooleanValue () | |
appendDesc ? ( io String string ) | |
JSONBooleanValue | clone ? () |
Boolean | toBoolean ? () |
Methods in detail¶
JSONBooleanValue ( in Boolean value )
default constructor provided a Boolean value
JSONBooleanValue ( in JSONBooleanValue other )
copy constructor
default constructor
JSONBooleanValue.appendDesc? ( io String string )
JSONBooleanValue JSONBooleanValue.clone? ()
clone method
Boolean JSONBooleanValue.toBoolean? ()
returns the stored value as Boolean