Uses of Enum Class
io.goobi.viewer.model.crowdsourcing.campaigns.Campaign.StatisticMode
Packages that use Campaign.StatisticMode
-
Uses of Campaign.StatisticMode in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return types with arguments of type Campaign.StatisticModeModifier and TypeMethodDescriptionCrowdsourcingBean.getAvailableStatisticModes()
getAvailableStatisticModes. -
Uses of Campaign.StatisticMode in io.goobi.viewer.model.crowdsourcing.campaigns
Methods in io.goobi.viewer.model.crowdsourcing.campaigns that return Campaign.StatisticModeModifier and TypeMethodDescriptionCampaign.getStatisticMode()
static Campaign.StatisticMode
Returns the enum constant of this class with the specified name.static Campaign.StatisticMode[]
Campaign.StatisticMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.goobi.viewer.model.crowdsourcing.campaigns with parameters of type Campaign.StatisticModeModifier and TypeMethodDescriptionvoid
Campaign.setStatisticMode
(Campaign.StatisticMode statisticMode)