Enum
The common base class of all enum classes. See the Kotlin language documentation for more information on enum classes.
Since Kotlin
1.1Inheritors
The common base class of all enum classes. See the Kotlin language documentation for more information on enum classes.
Since Kotlin
1.0Inheritors
Constructors
Types
Properties
Functions
Link copied to clipboard
Throws an exception since enum constants cannot be cloned. This method prevents enum classes from inheriting from Cloneable
.
Since Kotlin 1.1