public class PrecisionEstimateTypeEnumFactory extends Object implements EnumFactory<PrecisionEstimateType>
| Constructor and Description |
|---|
PrecisionEstimateTypeEnumFactory() |
| Modifier and Type | Method and Description |
|---|---|
PrecisionEstimateType |
fromCode(String codeString)
Read an enumeration value from the string that represents it on the XML or JSON
|
String |
toCode(PrecisionEstimateType code)
Get the XML/JSON representation for an enumerated value
|
String |
toSystem(PrecisionEstimateType code)
Get the system URI for an enumerated value
|
public PrecisionEstimateTypeEnumFactory()
public PrecisionEstimateType fromCode(String codeString) throws IllegalArgumentException
EnumFactoryfromCode in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<PrecisionEstimateType>fromCode in interface EnumFactory<PrecisionEstimateType>codeString - the value found in the XML or JSONIllegalArgumentExceptionpublic String toCode(PrecisionEstimateType code)
EnumFactorytoCode in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<PrecisionEstimateType>toCode in interface EnumFactory<PrecisionEstimateType>code - - the enumeration valuepublic String toSystem(PrecisionEstimateType code)
EnumFactorytoSystem in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<PrecisionEstimateType>toSystem in interface EnumFactory<PrecisionEstimateType>code - - the enumeration valueCopyright © 2014–2021 Health Level 7. All rights reserved.