@Beta public final class PiValidFieldMatch extends PiFieldMatch
| Constructor and Description |
|---|
PiValidFieldMatch(PiHeaderFieldId fieldId,
boolean isValid)
Creates a new valid field match.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isValid()
Returns the boolean flag of this valid match parameter.
|
String |
toString() |
PiMatchType |
type()
Returns the type of match to be performed.
|
fieldIdpublic PiValidFieldMatch(PiHeaderFieldId fieldId, boolean isValid)
fieldId - field identifierisValid - validity flagpublic final PiMatchType type()
PiFieldMatchtype in class PiFieldMatchpublic boolean isValid()