EnumUtils<T extends ProtobufEnum> extension

Helpful methods on lists of Protobuf enums.

on

Properties

filtered List<T>

Available on List<T>, provided by the EnumUtils extension

Filters out the UNDEFINED value.
no setter
names List<String>

Available on List<T>, provided by the EnumUtils extension

A list of all the enum value names.
no setter