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