isSet() method

Return True/False when the InputAttribute contains value or not, respectively.

Syntax

abstract boolean isSet () throws DBException

Returns

True/False when the InputAttribute contains value or not, respectively.

Exceptions

Usage

NOTE

: use this method only for finding out whether the

InputAttribute

contains value, but the value itself is not needed. Otherwise, use the more efficient methods:

getInputValue()

or

getInputValueWithWarning()

that will return null if the input attribute is not not set.

True/False when the InputAttribute contains value or not, respectively.