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