MemberInfo.getDescription

Overview | Methods | This Package | All Packages

MemberInfo.getDescription

Retrieves the description of the member.

Syntax

public String getDescription()

Return Value

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

Remarks

This method searches the member's attributes for an instance of DescriptionAttribute. If one is found, the associated description text is returned.