GeneratedEnum

scalapb.GeneratedEnum
trait GeneratedEnum extends Product, Serializable

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Any
Known subtypes
class MatchType
object CONTAINS
object EXACT
object PRESENCE
trait Recognized
class Unrecognized
object AS_IN_PROTO
object CAMEL_CASE
trait Recognized
class Unrecognized
class OptionsScope
object FILE
object PACKAGE
trait Recognized
class Unrecognized
class Unrecognized
class Unrecognized
class Unrecognized
class Unrecognized
class Unrecognized
class Unrecognized
class Unrecognized
class Unrecognized
class Unrecognized
class Unrecognized
class Unrecognized
class Feature
object FEATURE_NONE
trait Recognized
class Label
trait Recognized
class Type
trait Recognized
object TYPE_BOOL
object TYPE_BYTES
object TYPE_DOUBLE
object TYPE_ENUM
object TYPE_FIXED32
object TYPE_FIXED64
object TYPE_FLOAT
object TYPE_GROUP
object TYPE_INT32
object TYPE_INT64
object TYPE_MESSAGE
object TYPE_SFIXED32
object TYPE_SFIXED64
object TYPE_SINT32
object TYPE_SINT64
object TYPE_STRING
object TYPE_UINT32
object TYPE_UINT64
class CType
object CORD
trait Recognized
object STRING
object STRING_PIECE
class JSType
object JS_NORMAL
object JS_NUMBER
object JS_STRING
trait Recognized
class OptimizeMode
object CODE_SIZE
object LITE_RUNTIME
trait Recognized
object SPEED
object IDEMPOTENT
trait Recognized
class NullValue
object NULL_VALUE
trait Recognized
class Cardinality
trait Recognized
class Kind
trait Recognized
object TYPE_BOOL
object TYPE_BYTES
object TYPE_DOUBLE
object TYPE_ENUM
object TYPE_FIXED32
object TYPE_FIXED64
object TYPE_FLOAT
object TYPE_GROUP
object TYPE_INT32
object TYPE_INT64
object TYPE_MESSAGE
object TYPE_SFIXED32
object TYPE_SFIXED64
object TYPE_SINT32
object TYPE_SINT64
object TYPE_STRING
object TYPE_UINT32
object TYPE_UINT64
object TYPE_UNKNOWN
class Syntax
trait Recognized
object SYNTAX_PROTO2
object SYNTAX_PROTO3
Show all

Members list

Type members

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

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def productArity: Int

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product
def productElementName(n: Int): String

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def productPrefix: String

Attributes

Inherited from:
Product