public Vector getAttributeList();
None.
A java.util.Vector object that contains one attribute (BusObjAttr) object for each attribute in the business object definition.
The getAttributeList() method returns the business object definition's attribute list as a Java(TM) 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.