Uses of Enum
org.passay.RuleResultMetadata.CountCategory
Packages that use RuleResultMetadata.CountCategory
-
Uses of RuleResultMetadata.CountCategory in org.passay
Fields in org.passay with type parameters of type RuleResultMetadata.CountCategoryModifier and TypeFieldDescriptionprivate final Map<RuleResultMetadata.CountCategory,Integer> RuleResultMetadata.countsCharacter count metadata.Methods in org.passay that return RuleResultMetadata.CountCategoryModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static RuleResultMetadata.CountCategory[]RuleResultMetadata.CountCategory.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.passay that return types with arguments of type RuleResultMetadata.CountCategoryModifier and TypeMethodDescriptionRuleResultMetadata.getCounts()Returns an unmodifiable map of all count metadata.Methods in org.passay with parameters of type RuleResultMetadata.CountCategoryModifier and TypeMethodDescriptionintRuleResultMetadata.getCount(RuleResultMetadata.CountCategory category) Returns the count for the supplied category.booleanRuleResultMetadata.hasCount(RuleResultMetadata.CountCategory category) Returns whether a count exists for the supplied category.Constructors in org.passay with parameters of type RuleResultMetadata.CountCategoryModifierConstructorDescriptionRuleResultMetadata(RuleResultMetadata.CountCategory category, int value) Creates a new rule result metadata.