overflowdb.schema.Property
See theProperty companion object
class Property[A](val name: String, val valueType: ValueType[A], val comment: Option[String], val schemaInfo: SchemaInfo) extends HasClassName, HasOptionalProtoId, HasSchemaInfo
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait HasSchemaInfotrait HasOptionalProtoIdtrait HasClassNameclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
make this a list property, using a regular Sequence, with linear (slow) random access
make this a list property, using a regular Sequence, with linear (slow) random access
Attributes
Inherited methods
Attributes
- Inherited from:
- HasClassName
Attributes
- Inherited from:
- HasOptionalProtoId
Attributes
- Inherited from:
- HasOptionalProtoId
Concrete fields
Inherited fields
Attributes
- Inherited from:
- HasOptionalProtoId
In this article