Constant

class Constant(val name: String, val value: String, val valueType: ValueTypes, val comment: Option[String], val schemaInfo: SchemaInfo) extends HasOptionalProtoId with HasSchemaInfo
Companion:
object
class Object
trait Matchable
class Any

Value members

Concrete methods

override def toString: String
Definition Classes
Any

Inherited methods

def protoId: Option[Int]
Inherited from:
HasOptionalProtoId
def protoId(id: Int): Constant
Inherited from:
HasOptionalProtoId

Concrete fields

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

Inherited fields

protected var _protoId: Option[Int]
Inherited from:
HasOptionalProtoId