Uses of Class
org.passay.RuleResultMetadata.CountCategory
-
Packages that use RuleResultMetadata.CountCategory Package Description org.passay -
-
Uses of RuleResultMetadata.CountCategory in org.passay
Fields in org.passay with type parameters of type RuleResultMetadata.CountCategory Modifier and Type Field Description protected Map<RuleResultMetadata.CountCategory,Integer>
RuleResultMetadata. counts
Character count metadata.Methods in org.passay that return RuleResultMetadata.CountCategory Modifier and Type Method Description static RuleResultMetadata.CountCategory
RuleResultMetadata.CountCategory. valueOf(String name)
Returns 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.CountCategory Modifier and Type Method Description Map<RuleResultMetadata.CountCategory,Integer>
RuleResultMetadata. getCounts()
Returns an unmodifiable map of all count metadata.Methods in org.passay with parameters of type RuleResultMetadata.CountCategory Modifier and Type Method Description int
RuleResultMetadata. getCount(RuleResultMetadata.CountCategory category)
Returns the count for the supplied category.boolean
RuleResultMetadata. hasCount(RuleResultMetadata.CountCategory category)
Returns whether a count exists for the supplied category.void
RuleResultMetadata. putCount(RuleResultMetadata.CountCategory category, int value)
Adds a count to the metadata.Constructors in org.passay with parameters of type RuleResultMetadata.CountCategory Constructor Description RuleResultMetadata(RuleResultMetadata.CountCategory category, int value)
Creates a new rule result metadata.
-