Retrieves the default value of a float attribute in a business object, given the attribute's name or its position in the business object's attribute list.
Syntax
public float getDefaultfloat(String attrName); public float getDefaultfloat(int position);
Parameters
Return values
The default value of the specified attribute, as a float value, or null if there is no default value for the attribute.
Exceptions
See also
getDefaultboolean(),, getDefaultdouble(),, getDefaultfloat(),, getDefaultint(),, getDefaultlong(),, getDefaultString(),, getfloatValue()