Get Boolean

Retrieves the value of a single attribute, as a boolean, from a business object.

Inputs

Business object
The business object (a BusObj object) in which the attribute exists.

Attribute
A String that specifies the name of the attribute.

Output

Returns the boolean value (true or false) of the specified attribute.

Notes

This function block is based on the BusObj.getBoolean() method. For more information, see getBoolean(), getDouble(), getFloat(), getInt(), getLong(), get(), getBusObj(), getBusObjArray(), getLongText(), getString().

Copyright IBM Corp. 2003, 2004