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