| Package | Description |
|---|---|
| org.passay |
| Modifier and Type | Field and Description |
|---|---|
protected Map<RuleResultMetadata.CountCategory,Integer> |
RuleResultMetadata.counts
Character count metadata.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Map<RuleResultMetadata.CountCategory,Integer> |
RuleResultMetadata.getCounts()
Returns an unmodifiable map of all count metadata.
|
| Modifier and Type | Method and 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.
|
| Constructor and Description |
|---|
RuleResultMetadata(RuleResultMetadata.CountCategory category,
int value)
Creates a new rule result metadata.
|
Copyright © 2003-2024 Virginia Tech. All Rights Reserved.