Package org.hl7.fhir.r5.model
Enum Questionnaire.QuestionnaireAnswerConstraint
java.lang.Object
java.lang.Enum<Questionnaire.QuestionnaireAnswerConstraint>
org.hl7.fhir.r5.model.Questionnaire.QuestionnaireAnswerConstraint
- All Implemented Interfaces:
Serializable
,Comparable<Questionnaire.QuestionnaireAnswerConstraint>
- Enclosing class:
Questionnaire
public static enum Questionnaire.QuestionnaireAnswerConstraint
extends Enum<Questionnaire.QuestionnaireAnswerConstraint>
-
Enum Constant Summary
Enum ConstantDescriptionadded to help the parsers with the generic typesOnly values listed as answerOption or in the expansion of the answerValueSet are permittedIn addition to the values listed as answerOption or in the expansion of the answerValueSet, free-text strings are permitted.In addition to the values listed as answerOption or in the expansion of the answerValueSet, any other values that correspond to the specified item.type are permitted -
Method Summary
-
Enum Constant Details
-
OPTIONSONLY
Only values listed as answerOption or in the expansion of the answerValueSet are permitted -
OPTIONSORTYPE
In addition to the values listed as answerOption or in the expansion of the answerValueSet, any other values that correspond to the specified item.type are permitted -
OPTIONSORSTRING
In addition to the values listed as answerOption or in the expansion of the answerValueSet, free-text strings are permitted. Answers will have a type of 'string'. -
NULL
added to help the parsers with the generic types
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
fromCode
public static Questionnaire.QuestionnaireAnswerConstraint fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-