Specifies the attributes of the component class.
public void getAttributes( IAttributes attributes )
attributes
An object implementing the IAtttibutes interface that is used to enumerate the attributes.
The getAttributes method should call the add method of the attributes parameter to enumerate each attribute. For a sample implementation, see ClassInfo.getAttributes.