EnumUtils<T extends ProtobufEnum> extension

Helpful methods on lists of Protobuf enums.

on
  • List<T>

Properties

filtered → List<T>
Filters out the UNDEFINED value.
no setter
names → List<String>
A list of all the enum value names.
no setter