class Constant[A] extends HasOptionalProtoId with HasSchemaInfo
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Constant
- HasSchemaInfo
- HasOptionalProtoId
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Constant(name: String, value: String, valueType: ValueType[A], comment: Option[String], schemaInfo: SchemaInfo)
Value Members
- val comment: Option[String]
- val name: String
-
def
protoId: Option[Int]
- Definition Classes
- HasOptionalProtoId
-
def
protoId(id: Int): Constant.this.type
- Definition Classes
- HasOptionalProtoId
-
val
schemaInfo: SchemaInfo
- Definition Classes
- Constant → HasSchemaInfo
-
def
toString(): String
- Definition Classes
- Constant → AnyRef → Any
- val value: String
- val valueType: ValueType[A]