AnnotationType

Enum class for annotation types

enum AnnotationType : Enum<AnnotationType>

Entries

Fill
Link copied to clipboard

Fill annotation type

Fill(1)
Line
Link copied to clipboard

Line annotation type

Line(2)
Symbol
Link copied to clipboard

Symbol annotation type

Circle
Link copied to clipboard

Circle annotation type

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: AnnotationType): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
override fun finalize()
getDeclaringClass
Link copied to clipboard
override fun getDeclaringClass(): Class<AnnotationType>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

name
Link copied to clipboard
override val name: String
ordinal
Link copied to clipboard
override val ordinal: Int
value
Link copied to clipboard

The value of type

var value: Int