Uses of Enum Class
io.goobi.viewer.model.crowdsourcing.questions.TargetSelector
-
Uses of TargetSelector in io.goobi.viewer.model.crowdsourcing.questions
Modifier 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.Modifier and TypeMethodDescriptionQuestion.getAvailableTargetSelectors()
getAvailableTargetSelectors.Modifier and TypeMethodDescriptionvoid
Question.setTargetSelector
(TargetSelector targetSelector) Setter for the fieldtargetSelector
.ModifierConstructorDescriptionQuestion
(QuestionType questionType, TargetSelector targetSelector, int targetFrequency, Campaign owner) constructor setting the owning campaign as well ass the type of annotation to be generated