Retrieves the list of attributes in the business object definition.
Syntax
public Vector getAttributeList();
Parameters
None.
Return values
A java.util.Vector object that contains one attribute (BusObjAttr) object for each attribute in the business object definition.
Notes
The getAttributeList() method returns the business object definition's attribute list as a Java Vector of attribute objects. You can use methods of the java.util.Vector class to retrieve attribute objects from this Vector object. You can use methods of the BusObjAttr class to obtain information from the attribute object.
See also