Retrieves the default value for this attribute, given the attribute's name or its position in the business object's attribute list.
Syntax
public String getDefault(String attrName); public String getDefault(int position);
Parameters
Return values
The String containing the default value of the attribute. If no default value exists for the attribute, the method returns an empty string.
Exceptions