Uses of Class
cdc.issues.stats.CheckResult
-
Packages that use CheckResult Package Description cdc.issues.stats -
-
Uses of CheckResult in cdc.issues.stats
Methods in cdc.issues.stats that return CheckResult Modifier and Type Method Description static CheckResultCheckResult. valueOf(String name)Returns the enum constant of this type with the specified name.static CheckResult[]CheckResult. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdc.issues.stats with parameters of type CheckResult Modifier and Type Method Description voidCheckStats. add(I item, RuleId ruleId, CheckResult result)Accumulate data on anitem.intCheckStats. getCounts(RuleId ruleId, CheckResult result)Return the number of entries that were accumulated for a givenRuleIdwith a certainCheckResult.intCheckStats. getCounts(CheckResult result)Return the number of entries that were accumulated for a givenCheckResult.Set<RuleId>CheckStats. getRuleIds(I item, CheckResult result)
-