Constant

overflowdb.schema.Constant
See theConstant companion object
class Constant[A](val name: String, val value: String, val valueType: ValueType[A], val comment: Option[String], val schemaInfo: SchemaInfo) extends HasOptionalProtoId with HasSchemaInfo

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any

Inherited methods

def protoId: Option[Int]

Attributes

Inherited from:
HasOptionalProtoId
def protoId(id: Int): HasOptionalProtoId.this.type

Attributes

Inherited from:
HasOptionalProtoId

Concrete fields

val comment: Option[String]
val name: String
val value: String

Inherited fields

protected var _protoId: Option[Int]

Attributes

Inherited from:
HasOptionalProtoId