public class JSBoolean extends Object implements IJSObject, INativeObject<Boolean>
| Modifier and Type | Field and Description |
|---|---|
static JSBoolean |
FALSE |
static JSBoolean |
TRUE |
static String |
TYPE |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(IJSObject other) |
String |
getDisplayValue() |
com.google.gwt.json.client.JSONValue |
getJSONValue() |
String |
getType() |
Boolean |
getValue() |
boolean |
isEquals(IJSObject other) |
static JSBoolean |
parse(Boolean v) |
static JSBoolean |
parse(com.google.gwt.json.client.JSONValue v) |
static JSBoolean |
parse(String sv) |
String |
toString() |
public static final String TYPE
public static final JSBoolean TRUE
public static final JSBoolean FALSE
public static JSBoolean parse(com.google.gwt.json.client.JSONValue v)
public Boolean getValue()
getValue in interface INativeObject<Boolean>public String getDisplayValue()
getDisplayValue in interface IJSObjectpublic int compareTo(IJSObject other)
compareTo in interface Comparable<IJSObject>public com.google.gwt.json.client.JSONValue getJSONValue()
getJSONValue in interface IJSObjectCopyright © 2018. All rights reserved.