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