
Uses of Enum
org.hl7.fhir.dstu2.model.Questionnaire.AnswerFormat
Packages that use Questionnaire.AnswerFormat
-
Uses of Questionnaire.AnswerFormat in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Questionnaire.AnswerFormatModifier and TypeFieldDescriptionprotected Enumeration
<Questionnaire.AnswerFormat> Questionnaire.QuestionComponent.type
The expected format of the answer, e.g.Methods in org.hl7.fhir.dstu2.model that return Questionnaire.AnswerFormatModifier 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.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Questionnaire.AnswerFormatMethods in org.hl7.fhir.dstu2.model with parameters of type Questionnaire.AnswerFormatModifier and TypeMethodDescriptionQuestionnaire.QuestionComponent.setType
(Questionnaire.AnswerFormat value) Questionnaire.AnswerFormatEnumFactory.toCode
(Questionnaire.AnswerFormat code) Method parameters in org.hl7.fhir.dstu2.model with type arguments of type Questionnaire.AnswerFormatModifier and TypeMethodDescriptionQuestionnaire.QuestionComponent.setTypeElement
(Enumeration<Questionnaire.AnswerFormat> value)