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