Uses of Enum Class
io.goobi.viewer.model.crowdsourcing.questions.TargetSelector
Packages that use TargetSelector
-
Uses of TargetSelector in io.goobi.viewer.model.crowdsourcing.questions
Methods in io.goobi.viewer.model.crowdsourcing.questions that return TargetSelectorModifier and TypeMethodDescriptionQuestion.getTargetSelector()
Getter for the fieldtargetSelector
.static TargetSelector
Returns the enum constant of this class with the specified name.static TargetSelector[]
TargetSelector.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.goobi.viewer.model.crowdsourcing.questions that return types with arguments of type TargetSelectorModifier and TypeMethodDescriptionQuestion.getAvailableTargetSelectors()
getAvailableTargetSelectors.Methods in io.goobi.viewer.model.crowdsourcing.questions with parameters of type TargetSelectorModifier and TypeMethodDescriptionvoid
Question.setTargetSelector
(TargetSelector targetSelector) Setter for the fieldtargetSelector
.Constructors in io.goobi.viewer.model.crowdsourcing.questions with parameters of type TargetSelectorModifierConstructorDescriptionQuestion
(QuestionType questionType, TargetSelector targetSelector, int targetFrequency, Campaign owner) constructor setting the owning campaign as well ass the type of annotation to be generated