IntDef

@Retention(value = SOURCE)
@Target(value = [])
annotation class IntDef

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun flag(): Boolean
Defines whether the constants can be used as a flag, or just as an enum (the default)
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun prefix(): Array<String>
Defines the constant prefix for this element
Link copied to clipboard
abstract fun suffix(): Array<String>
Defines the constant suffix for this element
Link copied to clipboard
abstract fun toString(): String
Link copied to clipboard
abstract fun value(): Array<Int>
Defines the allowed constants for this element