getValue() method

Get the InputValue with no warning.

Syntax

InputValue getValue () throws DBException

Returns

input value

Exceptions

Usage

When the input value is required but not populated, an InputValue with empty string is quietly returned.

NOTE:

the recommended methods for retrieving input attribute value are:

getInputValue()

or

getInputValueWithWarning()

.

input value