Overview | Methods | This Package | All Packages
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.