Field class
Provides methods for setting the name and recognition rules for a custom field. The rules include regular expression matching.
class Field
Constructor
| Name | Description |
|---|---|
| Field | Initializes a new instance of the Field class. |
Methods
| Name | Description |
|---|---|
| getName | Returns the value of defined human-readable name of the field. |
| setName | Defines a human-readable field name. |
| getPredicate | Returns a predicate (boolean-valued function) of one argument as an instance of a Predicate interface. |
| setPredicate | Defines a predicate (boolean-valued function) of one argument |
3/2/2022 12:59:15 PM