MemberInfo.getCategory

Overview | Methods | This Package | All Packages

MemberInfo.getCategory

Retrieves the category of the member.

Syntax

public String getCategory()

Return Value

Returns the member's category. If the member does not have the category attribute, an empty string is returned.

Remarks

This method searches the member's attributes for an instance of CategoryAttribute. If one is found, the associated category name is returned.