Package org.hl7.fhir.utilities.graphql
Class Variable
- java.lang.Object
-
- org.hl7.fhir.utilities.graphql.Variable
-
-
Constructor Summary
Constructors Constructor Description Variable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValuegetDefaultValue()StringgetName()StringgetTypeName()voidsetDefaultValue(Value defaultValue)voidsetName(String name)voidsetTypeName(String typeName)
-
-
-
Constructor Detail
-
Variable
public Variable()
-
-
Method Detail
-
getDefaultValue
public Value getDefaultValue()
-
setDefaultValue
public void setDefaultValue(Value defaultValue)
-
getTypeName
public String getTypeName()
-
setTypeName
public void setTypeName(String typeName)
-
-