final class ElementSugar extends AnyVal
Instance Constructors
- new ElementSugar(element: OdbElement)
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- val element: OdbElement
- def getClass(): Class[_ <: AnyVal]
- final def isInstanceOf[T0]: Boolean
- def property[P](propertyKey: PropertyKey[P]): P
- def propertyOption[P](propertyKey: PropertyKey[P]): Option[P]
- def setProperty2[P](propertyKey: PropertyKey[P], value: P): Unit
- def setProperty2[P](propertyKeyValue: Property[P]): Unit
- def toString(): String
Inherited from AnyVal
Value Members
- def getClass(): Class[_ <: AnyVal]
Inherited from Any
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
- def toString(): String
Ungrouped
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- val element: OdbElement
- def getClass(): Class[_ <: AnyVal]
- final def isInstanceOf[T0]: Boolean
- def property[P](propertyKey: PropertyKey[P]): P
- def propertyOption[P](propertyKey: PropertyKey[P]): Option[P]
- def setProperty2[P](propertyKey: PropertyKey[P], value: P): Unit
- def setProperty2[P](propertyKeyValue: Property[P]): Unit
- def toString(): String