name property

String name
final

The name of the TargetKind value.

The name is a string containing the source identifier used to declare the TargetKind value. For example, the result of TargetKind.classType.nameis the string "classType".

Implementation

final String name;