- Type Parameters:
T - the data type of the value for the group
- All Known Implementing Classes:
- StringCalendarFieldPatternVerifier, StringDateFieldPatternVerifier, StringValuesPatternVerifier, ValuesPatternVerifier
- Enclosing class:
- PatternVerifier<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
public static interface PatternVerifier.Enums<T>
An interface that can be implemented by the pattern verifier to support enum types or an array of values.
Typically the text in that group must be the getValues array.