final class Factory extends AnyVal
- Self Type
- Factory
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Factory
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Factory(this: String)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- def ar(values: ControlValues): Attribute
Creates an attribute with defaults (attribute may be absent).
- def ar: Attribute
Creates a trigger attribute without defaults (attribute must be present).
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def ir(values: ControlValues): Attribute
Creates an attribute with defaults (attribute may be absent).
- def ir: Attribute
Creates an attribute without defaults (attribute must be present).
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def kr(values: ControlValues): Attribute
Creates an attribute with defaults (attribute may be absent).
- def kr: Attribute
Creates an attribute without defaults (attribute must be present).
- val this: String
- def toString(): String
- Definition Classes
- Any
- def tr: TrigAttribute
Creates a trigger attribute without defaults (attribute must be present).