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