values property

List<T> values
final

The list of values of the enumeration type.

Implementation

final List<T> values;