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