IClassInfo.getAttributes

Overview | Methods | This Package | All Packages

IClassInfo.getAttributes

Specifies the attributes of the component class.

Syntax

public void getAttributes( IAttributes attributes )

Parameters

attributes

An object implementing the IAtttibutes interface that is used to enumerate the attributes.

Remarks

The getAttributes method should call the add method of the attributes parameter to enumerate each attribute. For a sample implementation, see ClassInfo.getAttributes.