values property

List<T> values
final

All values of the enum.

Implementation

final List<T> values;