Setting

final case class Setting(code: Int, value: SettingValue)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Get the SettingKey associated with this setting

Get the SettingKey associated with this setting

def name: String

Get the human readable name of this setting

Get the human readable name of this setting

override def toString: String
Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product