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