Retrieves the default 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 getDefaultboolean(String attrName); public boolean getDefaultboolean(int position);
Parameters
Return values
The default value of the specified attribute, as a boolean value, or null if there is no default value for the attribute.
Exceptions
See also
getbooleanValue(), getDefaultdouble(), getDefaultfloat(), getDefaultint(), getDefaultlong(), getDefaultString()