public interface IAttributes
Represents a callback interface that is used in implementations of the getAttributes() method of the IClassInfo interface. An implementation of IClassInfo.getAttributes() is provided an instance of the IAttributes interface and is responsible for calling the add() method to enumerate the attributes of the associated component class.
Methods
Name | Description |
---|---|
add(MemberAttribute a) | Defines an attribute. |
remove(MemberAttribute a) | Removes an attribute. |
Defines an attribute.
Removes an attribute.