public class JSEntityList extends Object implements IJSObject, INativeObject<List<JSEntity>>
| Constructor and Description |
|---|
JSEntityList(List<JSEntity> list) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(JSEntity e) |
int |
compareTo(IJSObject o) |
com.google.gwt.json.client.JSONValue |
getJSONValue() |
String |
getType() |
List<JSEntity> |
getValue() |
boolean |
isEquals(IJSObject other) |
static JSEntityList |
parse(com.google.gwt.json.client.JSONValue v,
EntityModel basicType,
EntityManager em) |
boolean |
remove(JSEntity e) |
String |
toString() |
public static final String TYPE
public static final JSEntityList parse(com.google.gwt.json.client.JSONValue v, EntityModel basicType, EntityManager em)
public List<JSEntity> getValue()
getValue in interface INativeObject<List<JSEntity>>public void add(JSEntity e)
public boolean remove(JSEntity e)
public int compareTo(IJSObject o)
compareTo in interface Comparable<IJSObject>public com.google.gwt.json.client.JSONValue getJSONValue()
getJSONValue in interface IJSObjectCopyright © 2018. All rights reserved.