ProcessInputReturn class

Contains the result of calling to process input.

Syntax

public class ProcessInputReturn

Members

All members of ProcessInputReturn, including inherited members.

Constructors
Modifier and Type Constructor Description
public ProcessInputReturn(boolean, boolean, boolean) Constructs a new ProcessInputReturn object.
Methods
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.