{% setvar book_path %}/reference/kotlin/dokkatest/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

InspectableProperty.EnumEntry

{% setvar page_path %}dokkatest/platform/InspectableProperty.EnumEntry.html{% endsetvar %} {% setvar can_switch %}1{% endsetvar %} {% include "reference/_kotlin_switcher2.md" %}

annotation InspectableProperty.EnumEntry


One entry in an enumeration packed into a primitive {int}.

See also
IntEnumMapping

Summary

Public functions

abstract String

The string name of this enumeration value.

abstract Int

The integer value of this enumeration value.

Public functions

name

abstract fun name(): String

The string name of this enumeration value.

Returns
String

A string name

value

abstract fun value(): Int

The integer value of this enumeration value.

Returns
Int

An integer value