| Modifier and Type | Class and Description |
|---|---|
static class |
Argument.ArgumentListStatus |
| Constructor and Description |
|---|
Argument() |
Argument(String name,
com.google.gson.JsonElement json) |
Argument(String name,
Value value) |
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(Value value) |
Argument.ArgumentListStatus |
getListStatus() |
String |
getName() |
List<Value> |
getValues() |
boolean |
hasValue(String value) |
void |
setListStatus(Argument.ArgumentListStatus listStatus) |
void |
setName(String name) |
void |
valuesFromNode(com.google.gson.JsonElement json) |
void |
write(StringBuilder b,
int indent) |
public Argument()
public Argument(String name, com.google.gson.JsonElement json) throws EGraphQLException
EGraphQLExceptionpublic Argument.ArgumentListStatus getListStatus()
public void setListStatus(Argument.ArgumentListStatus listStatus)
public void valuesFromNode(com.google.gson.JsonElement json) throws EGraphQLException
EGraphQLExceptionpublic void write(StringBuilder b, int indent) throws EGraphQLException, EGraphEngine
EGraphQLExceptionEGraphEngineCopyright © 2014–2019 University Health Network. All rights reserved.