Returns the simple name of the underlying member or constructor
represented by this Member.
Returns:
the simple name of the underlying member
getModifiers
int getModifiers()
Returns the Java language modifiers for the member or
constructor represented by this Member, as an integer. The
Modifier class should be used to decode the modifiers in
the integer.
Returns:
the Java language modifiers for the underlying member