Creates an instance of the BOAttrType class, which is an attribute descriptor a business object definition can use as an attribute of a business object.
Syntax
public BOAttrType();
Return values
A newly instantiated attribute descriptor, which is an instance of the BOAttrType class.
Notes
The BusObjSpec() constructor in the BusObjSpec class instantiates the attribute descriptors for each attribute in a business object definition. To retrieve information about attribute properties, use the get methods of the BOAttrType class.
See also