Kind

sealed abstract class Kind(val value: Int) extends GeneratedEnum

Basic field types.

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Types

type EnumType = Kind

Value members

Concrete methods

final def asRecognized: Option[Recognized]
def isTypeBool: Boolean
def isTypeBytes: Boolean
def isTypeDouble: Boolean
def isTypeEnum: Boolean
def isTypeFixed32: Boolean
def isTypeFixed64: Boolean
def isTypeFloat: Boolean
def isTypeGroup: Boolean
def isTypeInt32: Boolean
def isTypeInt64: Boolean
def isTypeMessage: Boolean
def isTypeSfixed32: Boolean
def isTypeSfixed64: Boolean
def isTypeSint32: Boolean
def isTypeSint64: Boolean
def isTypeString: Boolean
def isTypeUint32: Boolean
def isTypeUint64: Boolean
def isTypeUnknown: Boolean

Inherited methods

def canEqual(that: Any): Boolean
Inherited from
Equals
def index: Int
Inherited from
GeneratedEnum
def isUnrecognized: Boolean
Inherited from
GeneratedEnum
def javaValueDescriptor: EnumValueDescriptor
Inherited from
GeneratedEnum
def name: String
Inherited from
GeneratedEnum
def productArity: Int
Inherited from
Product
def productElement(n: Int): Any
Inherited from
Product
def productElementName(n: Int): String
Inherited from
Product
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def productPrefix: String
Inherited from
Product
override def toString: String
Definition Classes
Inherited from
GeneratedEnum

Concrete fields

val value: Int