Class JsonProperty
- java.lang.Object
-
- org.hl7.fhir.utilities.json.model.JsonProperty
-
public class JsonProperty extends Object
-
-
Constructor Summary
Constructors Constructor Description JsonProperty(String name, JsonElement value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()JsonElementgetValue()booleanisNoComma()booleanisUnquotedName()booleanisUnquotedValue()voidsetNoComma(boolean noComma)voidsetUnquotedName(boolean unquotedName)voidsetUnquotedValue(boolean unquotedValue)voidsetValue(JsonElement value)StringtoString()
-
-
-
Constructor Detail
-
JsonProperty
public JsonProperty(String name, JsonElement value)
-
-
Method Detail
-
getValue
public JsonElement getValue()
-
setValue
public void setValue(JsonElement value)
-
isNoComma
public boolean isNoComma()
-
setNoComma
public void setNoComma(boolean noComma)
-
isUnquotedName
public boolean isUnquotedName()
-
setUnquotedName
public void setUnquotedName(boolean unquotedName)
-
isUnquotedValue
public boolean isUnquotedValue()
-
setUnquotedValue
public void setUnquotedValue(boolean unquotedValue)
-
-