EnumDescriptor

@Immutable
@HomeExperimentalGenericApi
interface EnumDescriptor : Descriptor

Known direct subclasses
BitmapDescriptor

Bitmaps are effectively enumerations if you unroll the individual bits in the mask into their own enum values.


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>