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. All

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def asList(): Property[A]

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

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

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

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

Inherited from HasSchemaInfo

Inherited from HasOptionalProtoId

Inherited from HasClassName

Inherited from AnyRef

Inherited from Any

Ungrouped