Java com.google.gwt.json.client JSONBoolean fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.json.client JSONBoolean fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.json.client JSONBoolean.

The text is from its open source code.

Method

booleanbooleanValue()
Returns true if this is the instance representing "true", false otherwise.
JSONBooleangetInstance(boolean b)
Gets a reference to the singleton instance representing either true or false.
StringtoString()
Returns "true" for the true value, and "false" for the false value.