GeneratedEnum

scalapb.GeneratedEnum
trait GeneratedEnum extends Product with Serializable

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Any
Known subtypes
class Feature
object FEATURE_NONE.type
class Label
object LABEL_OPTIONAL.type
object LABEL_REPEATED.type
object LABEL_REQUIRED.type
class Type
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
class CType
object CORD.type
object STRING.type
object STRING_PIECE.type
class JSType
object JS_NORMAL.type
object JS_NUMBER.type
object JS_STRING.type
object CODE_SIZE.type
object LITE_RUNTIME.type
object SPEED.type
object IDEMPOTENT.type
object NO_SIDE_EFFECTS.type
class NullValue
object NULL_VALUE.type
class Kind
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
class Syntax
object SYNTAX_PROTO2.type
object SYNTAX_PROTO3.type
class MatchType
object CONTAINS.type
object EXACT.type
object PRESENCE.type
object AS_IN_PROTO.type
object CAMEL_CASE.type
object FILE.type
object PACKAGE.type

Members list

Concise view

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

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