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