Recognized

sealed trait Recognized extends Kind
class Kind
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object TYPE_BOOL.type
object TYPE_BYTES.type
object TYPE_DOUBLE.type
object TYPE_ENUM.type
object TYPE_FIXED32.type
object TYPE_FIXED64.type
object TYPE_FLOAT.type
object TYPE_GROUP.type
object TYPE_INT32.type
object TYPE_INT64.type
object TYPE_MESSAGE.type
object TYPE_SFIXED32.type
object TYPE_SFIXED64.type
object TYPE_SINT32.type
object TYPE_SINT64.type
object TYPE_STRING.type
object TYPE_UINT32.type
object TYPE_UINT64.type
object TYPE_UNKNOWN.type

Type members

Inherited types

type EnumType = Kind
Inherited from:
Kind

Value members

Inherited methods

final def asRecognized: Option[Recognized]
Inherited from:
Kind
def canEqual(that: Any): Boolean
Inherited from:
Equals
def index: Int
Inherited from:
GeneratedEnum
def isTypeBool: Boolean
Inherited from:
Kind
def isTypeBytes: Boolean
Inherited from:
Kind
def isTypeDouble: Boolean
Inherited from:
Kind
def isTypeEnum: 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 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

Inherited fields

val value: Int
Inherited from:
Kind