Contains the result of calling to process input.
All members of ProcessInputReturn, including inherited members.
Constructors| Modifier and Type | Constructor | Description |
|---|---|---|
| public | ProcessInputReturn(boolean, boolean, boolean) | Constructs a new ProcessInputReturn object. |
| Modifier and Type | Method | Description |
|---|---|---|
| public boolean | getChanged() | Returns whether or not the processInput method received a value different than what it already had stored. |
| public boolean | getMunged() | Returns whether or not the processInput method "munged" the value. |
| public boolean | getValid() | Returns whether or not the processInput method accepted the value as valid. |