Uses of Class
org.hl7.fhir.dstu2.model.Questionnaire.AnswerFormat
-
Packages that use Questionnaire.AnswerFormat Package Description org.hl7.fhir.dstu2.model -
-
Uses of Questionnaire.AnswerFormat in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Questionnaire.AnswerFormat Modifier and Type Field Description protected Enumeration<Questionnaire.AnswerFormat>Questionnaire.QuestionComponent. typeThe expected format of the answer, e.g.Methods in org.hl7.fhir.dstu2.model that return Questionnaire.AnswerFormat Modifier and Type Method Description static Questionnaire.AnswerFormatQuestionnaire.AnswerFormat. fromCode(String codeString)Questionnaire.AnswerFormatQuestionnaire.AnswerFormatEnumFactory. fromCode(String codeString)Questionnaire.AnswerFormatQuestionnaire.QuestionComponent. getType()static Questionnaire.AnswerFormatQuestionnaire.AnswerFormat. valueOf(String name)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.AnswerFormat Modifier and Type Method Description Enumeration<Questionnaire.AnswerFormat>Questionnaire.AnswerFormatEnumFactory. fromType(Base code)Enumeration<Questionnaire.AnswerFormat>Questionnaire.QuestionComponent. getTypeElement()Methods in org.hl7.fhir.dstu2.model with parameters of type Questionnaire.AnswerFormat Modifier and Type Method Description Questionnaire.QuestionComponentQuestionnaire.QuestionComponent. setType(Questionnaire.AnswerFormat value)StringQuestionnaire.AnswerFormatEnumFactory. toCode(Questionnaire.AnswerFormat code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type Questionnaire.AnswerFormat Modifier and Type Method Description Questionnaire.QuestionComponentQuestionnaire.QuestionComponent. setTypeElement(Enumeration<Questionnaire.AnswerFormat> value)
-