Uses of Enum Class
org.wikirate4j.utils.MetricType
Packages that use MetricType
-
Uses of MetricType in org.wikirate4j.entitities
Methods in org.wikirate4j.entitities that return MetricTypeModifier and TypeMethodDescriptionMetric.getMetricType()There are different metric types.MetricImpl.getMetricType() -
Uses of MetricType in org.wikirate4j.utils
Subclasses with type arguments of type MetricType in org.wikirate4j.utilsMethods in org.wikirate4j.utils that return MetricTypeModifier and TypeMethodDescriptionstatic MetricTypeMetricType.getMetricType(String metric_type) static MetricTypeReturns the enum constant of this class with the specified name.static MetricType[]MetricType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of MetricType in org.wikirate4j.utils.queries
Methods in org.wikirate4j.utils.queries with parameters of type MetricTypeModifier and TypeMethodDescriptionAnswerQuery.metric_type(MetricType metric_type) MetricQuery.metric_type(MetricType metric_type)