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