Uses of Enum
org.hl7.fhir.r4.model.ResearchElementDefinition.VariableType
Packages that use ResearchElementDefinition.VariableType
-
Uses of ResearchElementDefinition.VariableType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ResearchElementDefinition.VariableTypeModifier and TypeFieldDescriptionResearchElementDefinition.variableTypeThe type of the outcome (e.g.Methods in org.hl7.fhir.r4.model that return ResearchElementDefinition.VariableTypeModifier and TypeMethodDescriptionResearchElementDefinition.getVariableType()Returns the enum constant of this type with the specified name.ResearchElementDefinition.VariableType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type ResearchElementDefinition.VariableTypeMethods in org.hl7.fhir.r4.model with parameters of type ResearchElementDefinition.VariableTypeModifier and TypeMethodDescriptionResearchElementDefinition.setVariableType(ResearchElementDefinition.VariableType value) ResearchElementDefinition.VariableTypeEnumFactory.toCode(ResearchElementDefinition.VariableType code) ResearchElementDefinition.VariableTypeEnumFactory.toSystem(ResearchElementDefinition.VariableType code) Method parameters in org.hl7.fhir.r4.model with type arguments of type ResearchElementDefinition.VariableTypeModifier and TypeMethodDescriptionResearchElementDefinition.setVariableTypeElement(Enumeration<ResearchElementDefinition.VariableType> value)