class Constant[A] extends HasOptionalProtoId with HasSchemaInfo

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Constant
  2. HasSchemaInfo
  3. HasOptionalProtoId
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Constant(name: String, value: String, valueType: ValueType[A], comment: Option[String], schemaInfo: SchemaInfo)

Value Members

  1. val comment: Option[String]
  2. val name: String
  3. def protoId: Option[Int]
    Definition Classes
    HasOptionalProtoId
  4. def protoId(id: Int): Constant.this.type
    Definition Classes
    HasOptionalProtoId
  5. val schemaInfo: SchemaInfo
    Definition Classes
    ConstantHasSchemaInfo
  6. def toString(): String
    Definition Classes
    Constant → AnyRef → Any
  7. val value: String
  8. val valueType: ValueType[A]