public class ObjectValue extends Value
| Constructor and Description |
|---|
ObjectValue() |
ObjectValue(com.google.gson.JsonObject json) |
| Modifier and Type | Method and Description |
|---|---|
Argument |
addField(String name,
Argument.ArgumentListStatus listStatus) |
List<Argument> |
getFields() |
String |
getValue() |
void |
write(StringBuilder b,
int indent)
Write the output using the system default line separator (as defined in
System.lineSeparator |
void |
write(StringBuilder b,
Integer indent,
String lineSeparator)
Write the output using the system default line separator (as defined in
System.lineSeparator |
public ObjectValue()
public ObjectValue(com.google.gson.JsonObject json) throws EGraphQLException
EGraphQLExceptionpublic Argument addField(String name, Argument.ArgumentListStatus listStatus) throws FHIRException
FHIRExceptionpublic void write(StringBuilder b, int indent) throws EGraphQLException, EGraphEngine
System.lineSeparatorwrite in class Valueb - The StringBuilder to populateindent - The indent level, or -1 for no indentEGraphQLExceptionEGraphEnginepublic void write(StringBuilder b, Integer indent, String lineSeparator) throws EGraphQLException, EGraphEngine
System.lineSeparatorb - The StringBuilder to populateindent - The indent level, or -1 for no indentlineSeparator - The line separatorEGraphQLExceptionEGraphEngineCopyright © 2014–2018 University Health Network. All rights reserved.