class Property[A] extends HasClassName with HasOptionalProtoId with HasSchemaInfo

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Property
  2. HasSchemaInfo
  3. HasOptionalProtoId
  4. HasClassName
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Property(name: String, valueType: ValueType[A], comment: Option[String] = None, schemaInfo: SchemaInfo)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. var _cardinality: Cardinality
    Attributes
    protected
  5. val _protoId: Option[Int]
    Attributes
    protected
    Definition Classes
    HasOptionalProtoId
  6. def asIndexedList(): Property[A]

    make this an list property, using an indexed list for fast random access

  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def asList(): Property[A]

    make this a list property, using a regular Sequence, with linear (slow) random access

  9. def cardinality: Cardinality
  10. lazy val className: String
    Definition Classes
    HasClassName
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. val comment: Option[String]
  13. def default: Option[Default[A]]
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hasDefault: Boolean
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isMandatory: Boolean
  22. def mandatory(default: A): Property[A]

    make this a mandatory property, which allows us to use primitives (better memory footprint, no GC, ...)

  23. val name: String
    Definition Classes
    PropertyHasClassName
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def protoId: Option[Int]
    Definition Classes
    HasOptionalProtoId
  28. def protoId(id: Int): Property.this.type
    Definition Classes
    HasOptionalProtoId
  29. val schemaInfo: SchemaInfo
    Definition Classes
    PropertyHasSchemaInfo
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. val valueType: ValueType[A]
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from HasSchemaInfo

Inherited from HasOptionalProtoId

Inherited from HasClassName

Inherited from AnyRef

Inherited from Any

Ungrouped