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