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