TYPE_ENUM

@SerialVersionUID(0L) case object TYPE_ENUM extends Kind with Recognized

Field type enum.

trait Singleton
trait Product
trait Mirror
class Kind
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Inherited types

type EnumType = Kind
Inherited from
Kind
type MirroredElemLabels = EmptyTuple
Inherited from
Singleton
type MirroredElemTypes = EmptyTuple
Inherited from
Singleton
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror
type MirroredMonoType = Singleton
Inherited from
Singleton
type MirroredType = Singleton
Inherited from
Singleton

Value members

Concrete methods

override def isTypeEnum: Boolean
Definition Classes

Inherited methods

final def asRecognized: Option[Recognized]
Inherited from
Kind
def fromProduct(p: Product): MirroredMonoType
Inherited from
Singleton
def isTypeBool: Boolean
Inherited from
Kind
def isTypeBytes: Boolean
Inherited from
Kind
def isTypeDouble: Boolean
Inherited from
Kind
def isTypeFixed32: Boolean
Inherited from
Kind
def isTypeFixed64: Boolean
Inherited from
Kind
def isTypeFloat: Boolean
Inherited from
Kind
def isTypeGroup: Boolean
Inherited from
Kind
def isTypeInt32: Boolean
Inherited from
Kind
def isTypeInt64: Boolean
Inherited from
Kind
def isTypeMessage: Boolean
Inherited from
Kind
def isTypeSfixed32: Boolean
Inherited from
Kind
def isTypeSfixed64: Boolean
Inherited from
Kind
def isTypeSint32: Boolean
Inherited from
Kind
def isTypeSint64: Boolean
Inherited from
Kind
def isTypeString: Boolean
Inherited from
Kind
def isTypeUint32: Boolean
Inherited from
Kind
def isTypeUint64: Boolean
Inherited from
Kind
def isTypeUnknown: Boolean
Inherited from
Kind
def isUnrecognized: Boolean
Inherited from
GeneratedEnum
def javaValueDescriptor: EnumValueDescriptor
Inherited from
GeneratedEnum
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
override def toString: String
Definition Classes
Inherited from
GeneratedEnum

Concrete fields

val index: Int
val name: String

Inherited fields

val value: Int
Inherited from
Kind