key property
The key name that can be used to look up or retrieve the associated value.
For example, Department
or Cost Center
are common
choices.
Implementation
final String key;
The key name that can be used to look up or retrieve the associated value.
For example, Department
or Cost Center
are common
choices.
final String key;