Type

sealed abstract class Type(val value: Int) extends GeneratedEnum
Companion:
object
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

Type members

Types

type EnumType = Type

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

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

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Inherited from:
GeneratedEnum

Concrete fields

val value: Int