flatgraph.schema.Property
See theProperty companion object
case class Property[A](name: String, valueType: ValueType[A], comment: Option[String], schemaInfo: SchemaInfo) extends HasClassName, HasOptionalProtoId, HasSchemaInfo
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait 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:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- HasOptionalProtoId
Attributes
- Inherited from:
- HasOptionalProtoId
Inherited fields
Attributes
- Inherited from:
- HasOptionalProtoId
In this article