EnumDescriptor

@Immutable
@HomeExperimentalApi
interface EnumDescriptor : Descriptor


Descriptor representing an enumeration, with its name and a map of its numeric values to value labels.

Summary

Public properties

String
Map<ULongEnumEntry>

Public properties

name

val nameString

values

val valuesMap<ULongEnumEntry>