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