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