Attribute

object Attribute extends ProductReader[Attribute]
Companion
class
trait Product
trait Mirror
trait ProductReader[Attribute]
class Object
trait Matchable
class Any

Type members

Classlikes

final
class Factory(val this: String) extends AnyVal

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def ar(key: String): Attribute
def ar(key: String, fixed: Int): Attribute
def ar(key: String, default: ControlValues): Attribute
def ar(key: String, default: ControlValues, fixed: Boolean): Attribute
def controlName(key: String): String
def ir(key: String): Attribute
def ir(key: String, fixed: Int): Attribute
def ir(key: String, default: ControlValues): Attribute
def ir(key: String, default: ControlValues, fixed: Boolean): Attribute
def kr(key: String): Attribute
def kr(key: String, fixed: Int): Attribute
def kr(key: String, default: ControlValues): Attribute
def kr(key: String, default: ControlValues, fixed: Boolean): Attribute
override
def read(in: RefMapIn, prefix: String, arity: Int): Attribute
Definition Classes
ProductReader
def tr(key: String): TrigAttribute