Unrecognized

@SerialVersionUID(0L) final case class Unrecognized(unrecognizedValue: Int) extends CType with UnrecognizedEnum
class CType
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Inherited types

type EnumType = CType
Inherited from
CType

Value members

Inherited methods

final def asRecognized: Option[Recognized]
Inherited from
CType
def index: Int
Inherited from
UnrecognizedEnum
def isCord: Boolean
Inherited from
CType
def isString: Boolean
Inherited from
CType
def isStringPiece: Boolean
Inherited from
CType
override def isUnrecognized: Boolean
Definition Classes
Inherited from
UnrecognizedEnum
def javaValueDescriptor: EnumValueDescriptor
Inherited from
GeneratedEnum
def name: String
Inherited from
UnrecognizedEnum
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
override def toString: String
Definition Classes
Inherited from
GeneratedEnum

Inherited fields

val value: Int
Inherited from
CType