Uses of Class
org.hl7.fhir.utilities.graphql.Value
-
Packages that use Value Package Description org.hl7.fhir.utilities.graphql -
-
Uses of Value in org.hl7.fhir.utilities.graphql
Subclasses of Value in org.hl7.fhir.utilities.graphql Modifier and Type Class Description classGraphQLResponseclassNameValueclassNumberValueclassObjectValueclassStringValueclassVariableValueMethods in org.hl7.fhir.utilities.graphql that return Value Modifier and Type Method Description ValueVariable. getDefaultValue()Methods in org.hl7.fhir.utilities.graphql that return types with arguments of type Value Modifier and Type Method Description List<Value>Argument. getValues()Methods in org.hl7.fhir.utilities.graphql with parameters of type Value Modifier and Type Method Description voidArgument. addValue(Value value)voidVariable. setDefaultValue(Value defaultValue)Constructors in org.hl7.fhir.utilities.graphql with parameters of type Value Constructor Description Argument(String name, Value value)
-