KoEnumNameProvider

An interface representing a Kotlin declaration that provides access to its enum name.

Inheritors

Properties

Link copied to clipboard
abstract val enumName: String

Enum name of the declaration.

Link copied to clipboard
abstract val fullEnumName: String

Full enum name of the declaration (enumName + name of declaration).