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