Uses of Enum
org.hl7.fhir.dstu2.model.Questionnaire.AnswerFormat
-
Uses of Questionnaire.AnswerFormat in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Questionnaire.AnswerFormat> Questionnaire.QuestionComponent.type
The expected format of the answer, e.g.Modifier and TypeMethodDescriptionstatic Questionnaire.AnswerFormat
Questionnaire.QuestionComponent.getType()
static Questionnaire.AnswerFormat
Returns the enum constant of this type with the specified name.static Questionnaire.AnswerFormat[]
Questionnaire.AnswerFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionQuestionnaire.QuestionComponent.setType
(Questionnaire.AnswerFormat value) Questionnaire.AnswerFormatEnumFactory.toCode
(Questionnaire.AnswerFormat code) Modifier and TypeMethodDescriptionQuestionnaire.QuestionComponent.setTypeElement
(Enumeration<Questionnaire.AnswerFormat> value)