GeneratedEnum

trait GeneratedEnum extends Product with Serializable
trait Serializable
trait Product
trait Equals
class Any
class Feature
class Type
object TYPE_FLOAT
object TYPE_INT64
object TYPE_INT32
object TYPE_BOOL
object TYPE_GROUP
object TYPE_BYTES
object TYPE_ENUM
class Label
class CType
object STRING
object CORD
class JSType
object JS_NORMAL
object JS_STRING
object JS_NUMBER
object SPEED
object CODE_SIZE
object IDEMPOTENT
class NullValue
object NULL_VALUE
class Kind
object TYPE_FLOAT
object TYPE_INT64
object TYPE_INT32
object TYPE_BOOL
object TYPE_GROUP
object TYPE_BYTES
object TYPE_ENUM
class Syntax
class MatchType
object CONTAINS
object EXACT
object PRESENCE
object FILE
object PACKAGE
object CAMEL_CASE

Type members

Types

Value members

Abstract methods

def index: Int
def name: String
def value: Int

Concrete methods

def isUnrecognized: Boolean
def javaValueDescriptor: EnumValueDescriptor
override def toString: String
Definition Classes
Any

Inherited methods

def canEqual(that: Any): Boolean
Inherited from
Equals
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