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 Value
getDefaultValue()
String
getName()
String
getTypeName()
void
setDefaultValue(Value defaultValue)
void
setName(String name)
void
setTypeName(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)
-
-