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