|
EZ JSON by Nathanaël Cottin |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ezjson.JSONBoolean
public final class JSONBoolean
A JSON boolean represents a boolean value. This JSON type is not officially part of the JSON specification but provided for practical reasons
Constructor Summary | |
---|---|
JSONBoolean()
Creates a JSON boolean with initial value set to false |
|
JSONBoolean(boolean value)
Creates and initializes a JSON boolean with an initial value |
Method Summary | |
---|---|
boolean |
getValue()
|
void |
setValue(boolean value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JSONBoolean()
public JSONBoolean(boolean value)
value
- The initial valueMethod Detail |
---|
public boolean getValue()
public void setValue(boolean value)
|
EZ JSON by Nathanaël Cottin |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |