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