core
1.7.0
core
/
org.jetbrains.dokka.model
/
KotlinClassKindTypes
Kotlin
Class
Kind
Types
enum
KotlinClassKindTypes
:
Enum
<
KotlinClassKindTypes
>
,
ClassKind
Content copied to clipboard
Entries
Properties
Entries
OBJECT
Link copied to clipboard
OBJECT
(
)
Content copied to clipboard
ANNOTATION_CLASS
Link copied to clipboard
ANNOTATION_CLASS
(
)
Content copied to clipboard
ENUM_ENTRY
Link copied to clipboard
ENUM_ENTRY
(
)
Content copied to clipboard
ENUM_CLASS
Link copied to clipboard
ENUM_CLASS
(
)
Content copied to clipboard
INTERFACE
Link copied to clipboard
INTERFACE
(
)
Content copied to clipboard
CLASS
Link copied to clipboard
CLASS
(
)
Content copied to clipboard
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard