Uses of Enum Class
org.wikirate4j.utils.AssessmentType
Packages that use AssessmentType
-
Uses of AssessmentType in org.wikirate4j.entitities
Methods in org.wikirate4j.entitities that return AssessmentTypeModifier and TypeMethodDescriptionMetric.getAssessmentType()Assessment type is applied on researched metrics, the research can either Community Assessed (anyone can research answers) or Steward Assessed (only stewards can research answers)MetricImpl.getAssessmentType() -
Uses of AssessmentType in org.wikirate4j.utils
Subclasses with type arguments of type AssessmentType in org.wikirate4j.utilsMethods in org.wikirate4j.utils that return AssessmentTypeModifier and TypeMethodDescriptionstatic AssessmentTypeAssessmentType.getAssessmentType(String assessment_type) static AssessmentTypeReturns the enum constant of this class with the specified name.static AssessmentType[]AssessmentType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AssessmentType in org.wikirate4j.utils.queries
Methods in org.wikirate4j.utils.queries with parameters of type AssessmentTypeModifier and TypeMethodDescriptionAnswerQuery.assessment_type(AssessmentType assessment_type) MetricQuery.assessment_type(AssessmentType assessment_type)