Packages

c

overflowdb

ElementSugar

final class ElementSugar extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ElementSugar
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ElementSugar(element: OdbElement)

Value Members

  1. val element: OdbElement
  2. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  3. def property[P](propertyKey: PropertyKey[P]): P
  4. def propertyOption[P](propertyKey: PropertyKey[P]): Option[P]
  5. def setProperty2[P](propertyKey: PropertyKey[P], value: P): Unit
  6. def setProperty2[P](propertyKeyValue: Property[P]): Unit