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