KEY

open class KEY

Represent the key of this config

Constructors

Link copied to clipboard
open fun KEY(key: String)
Initialize with the key of type SINGLE
Link copied to clipboard
open fun KEY(key: String, type: Setting.TYPE)
Initialize with the key of type SINGLE

Functions

Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String

Properties

Link copied to clipboard
open val key: String
Key of this setting.
Link copied to clipboard
open val type: Setting.TYPE
TYPE of the setting.