case class Property[A](name: String, valueType: ValueType[A], comment: Option[String] = None, schemaInfo: SchemaInfo) extends HasClassName with HasOptionalProtoId with HasSchemaInfo with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, HasSchemaInfo, HasOptionalProtoId, HasClassName, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Property
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. HasSchemaInfo
  7. HasOptionalProtoId
  8. HasClassName
  9. AnyRef
  10. 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. def className: String
    Definition Classes
    HasClassName
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  11. val comment: Option[String]
  12. def default: Option[Default[A]]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  15. def hasDefault: Boolean
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def isMandatory: Boolean
  18. def mandatory(default: A): Property[A]

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

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

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from HasSchemaInfo

Inherited from HasOptionalProtoId

Inherited from HasClassName

Inherited from AnyRef

Inherited from Any

Ungrouped