Uses of Enum Class
org.wikirate4j.utils.WikirateTopic
Packages that use WikirateTopic
-
Uses of WikirateTopic in org.wikirate4j.entitities
Methods in org.wikirate4j.entitities that return types with arguments of type WikirateTopicModifier and TypeMethodDescriptionMetric.getTopics()A list of topics under Wikirate ESG Topic framework related to the metricMetricImpl.getTopics()Method parameters in org.wikirate4j.entitities with type arguments of type WikirateTopic -
Uses of WikirateTopic in org.wikirate4j.utils
Subclasses with type arguments of type WikirateTopic in org.wikirate4j.utilsMethods in org.wikirate4j.utils that return WikirateTopicModifier and TypeMethodDescriptionstatic WikirateTopicWikirateTopic.getWikirateTopic(String topic) static WikirateTopicReturns the enum constant of this class with the specified name.static WikirateTopic[]WikirateTopic.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of WikirateTopic in org.wikirate4j.utils.queries
Methods in org.wikirate4j.utils.queries with parameters of type WikirateTopicModifier and TypeMethodDescriptionAnswerQuery.topic(WikirateTopic topic) CompanyGroupQuery.topic(WikirateTopic topic) DatasetQuery.topic(WikirateTopic topic) MetricQuery.topic(WikirateTopic topic) ResearchGroupQuery.topic(WikirateTopic topic)