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