public static class ProcessRequest.ActionListEnumFactory extends Object implements EnumFactory<ProcessRequest.ActionList>
| Constructor and Description |
|---|
ActionListEnumFactory() |
| Modifier and Type | Method and Description |
|---|---|
ProcessRequest.ActionList |
fromCode(String codeString)
Read an enumeration value from the string that represents it on the XML or JSON
|
Enumeration<ProcessRequest.ActionList> |
fromType(Base code) |
String |
toCode(ProcessRequest.ActionList code)
Get the XML/JSON representation for an enumerated value
|
String |
toSystem(ProcessRequest.ActionList code)
Get the XML/JSON representation for an enumerated value
|
public ActionListEnumFactory()
public ProcessRequest.ActionList fromCode(String codeString) throws IllegalArgumentException
EnumFactoryfromCode in interface EnumFactory<ProcessRequest.ActionList>fromCode in interface IBaseEnumFactory<ProcessRequest.ActionList>codeString - the value found in the XML or JSONIllegalArgumentExceptionpublic Enumeration<ProcessRequest.ActionList> fromType(Base code) throws FHIRException
FHIRExceptionpublic String toCode(ProcessRequest.ActionList code)
EnumFactorytoCode in interface EnumFactory<ProcessRequest.ActionList>toCode in interface IBaseEnumFactory<ProcessRequest.ActionList>code - - the enumeration valuepublic String toSystem(ProcessRequest.ActionList code)
EnumFactorytoSystem in interface EnumFactory<ProcessRequest.ActionList>code - - the enumeration valueCopyright © 2014–2017 University Health Network. All rights reserved.