isSetter abstract method
Checks if this method is a setter.
Returns:
true
if declared withset
keywordfalse
otherwise
Note: Setters have exactly one parameter and return void.
Implementation
bool isSetter();
Checks if this method is a setter.
Returns:
true
if declared with set
keywordfalse
otherwiseNote: Setters have exactly one parameter and return void.
bool isSetter();