Retrieves the value of a boolean attribute in a business object, given the attribute's name or its position in the business object's attribute list.
Syntax
public boolean getbooleanValue(String attrName); public boolean getbooleanValue(int position);
Parameters
Return values
The boolean value of the specified attribute.
Exceptions
See also
getAttrName(),, getBusObjValue(),, getDefaultboolean(),, getdoubleValue(),, getfloatValue(),, getintValue(),, getlongValue(),, getLongTextValue(),, getStringValue(),, setbooleanValue()