name property

String name
final

The name of the element.

For example, a method called "doSomething" that is part of the class "MyClass" would have "doSomething" as its name.

Implementation

final String name;