DisplayStatus
Display status of a value.
This status represents how a value should be displayed in terms of its validity, taking into consideration whether it has been "touched". I.e. the value might be invalid but, because it hasn't yet been touched, its display status would be Valid.
Furthermore, the display status of a value takes descendant values into consideration. This means that a parent value containing a "touched" descendant with errors will have a display status of Error.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.