Uses of Enum Class
org.wikirate4j.utils.ReportType
Packages that use ReportType
-
Uses of ReportType in org.wikirate4j.entitities
Methods in org.wikirate4j.entitities that return ReportTypeModifier and TypeMethodDescriptionMetric.getReportType()Report Type where the answers of the metric can be found in.MetricImpl.getReportType()Methods in org.wikirate4j.entitities that return types with arguments of type ReportType -
Uses of ReportType in org.wikirate4j.utils
Subclasses with type arguments of type ReportType in org.wikirate4j.utilsMethods in org.wikirate4j.utils that return ReportTypeModifier and TypeMethodDescriptionstatic ReportTypeReportType.getReportType(String report_type) static ReportTypeReturns the enum constant of this class with the specified name.static ReportType[]ReportType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ReportType in org.wikirate4j.utils.queries
Methods in org.wikirate4j.utils.queries with parameters of type ReportType