t

scalapb

GeneratedEnum

trait GeneratedEnum extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Any
Known Subclasses
Feature, FEATURE_NONE, FEATURE_PROTO3_OPTIONAL, FEATURE_SUPPORTS_EDITIONS, Recognized, Unrecognized, Edition, EDITION_1_TEST_ONLY, EDITION_2023, EDITION_2024, EDITION_2_TEST_ONLY, EDITION_99997_TEST_ONLY, EDITION_99998_TEST_ONLY, EDITION_99999_TEST_ONLY, EDITION_MAX, EDITION_PROTO2, EDITION_PROTO3, EDITION_UNKNOWN, Recognized, Unrecognized, VerificationState, DECLARATION, Recognized, UNVERIFIED, Unrecognized, EnumType, CLOSED, ENUM_TYPE_UNKNOWN, OPEN, Recognized, Unrecognized, FieldPresence, EXPLICIT, FIELD_PRESENCE_UNKNOWN, IMPLICIT, LEGACY_REQUIRED, Recognized, Unrecognized, JsonFormat, ALLOW, JSON_FORMAT_UNKNOWN, LEGACY_BEST_EFFORT, Recognized, Unrecognized, MessageEncoding, DELIMITED, LENGTH_PREFIXED, MESSAGE_ENCODING_UNKNOWN, Recognized, Unrecognized, RepeatedFieldEncoding, EXPANDED, PACKED, REPEATED_FIELD_ENCODING_UNKNOWN, Recognized, Unrecognized, Utf8Validation, NONE, Recognized, UTF8_VALIDATION_UNKNOWN, Unrecognized, VERIFY, Label, LABEL_OPTIONAL, LABEL_REPEATED, LABEL_REQUIRED, Recognized, Unrecognized, Type, Recognized, TYPE_BOOL, TYPE_BYTES, TYPE_DOUBLE, TYPE_ENUM, TYPE_FIXED32, TYPE_FIXED64, TYPE_FLOAT, TYPE_GROUP, TYPE_INT32, TYPE_INT64, TYPE_MESSAGE, TYPE_SFIXED32, TYPE_SFIXED64, TYPE_SINT32, TYPE_SINT64, TYPE_STRING, TYPE_UINT32, TYPE_UINT64, Unrecognized, CType, CORD, Recognized, STRING, STRING_PIECE, Unrecognized, JSType, JS_NORMAL, JS_NUMBER, JS_STRING, Recognized, Unrecognized, OptionRetention, RETENTION_RUNTIME, RETENTION_SOURCE, RETENTION_UNKNOWN, Recognized, Unrecognized, OptionTargetType, Recognized, TARGET_TYPE_ENUM, TARGET_TYPE_ENUM_ENTRY, TARGET_TYPE_EXTENSION_RANGE, TARGET_TYPE_FIELD, TARGET_TYPE_FILE, TARGET_TYPE_MESSAGE, TARGET_TYPE_METHOD, TARGET_TYPE_ONEOF, TARGET_TYPE_SERVICE, TARGET_TYPE_UNKNOWN, Unrecognized, OptimizeMode, CODE_SIZE, LITE_RUNTIME, Recognized, SPEED, Unrecognized, Semantic, ALIAS, NONE, Recognized, SET, Unrecognized, IdempotencyLevel, IDEMPOTENCY_UNKNOWN, IDEMPOTENT, NO_SIDE_EFFECTS, Recognized, Unrecognized, NullValue, NULL_VALUE, Recognized, Unrecognized, Cardinality, CARDINALITY_OPTIONAL, CARDINALITY_REPEATED, CARDINALITY_REQUIRED, CARDINALITY_UNKNOWN, Recognized, Unrecognized, Kind, Recognized, TYPE_BOOL, TYPE_BYTES, TYPE_DOUBLE, TYPE_ENUM, TYPE_FIXED32, TYPE_FIXED64, TYPE_FLOAT, TYPE_GROUP, TYPE_INT32, TYPE_INT64, TYPE_MESSAGE, TYPE_SFIXED32, TYPE_SFIXED64, TYPE_SINT32, TYPE_SINT64, TYPE_STRING, TYPE_UINT32, TYPE_UINT64, TYPE_UNKNOWN, Unrecognized, Syntax, Recognized, SYNTAX_EDITIONS, SYNTAX_PROTO2, SYNTAX_PROTO3, Unrecognized, UnrecognizedEnum, MatchType, CONTAINS, EXACT, PRESENCE, Recognized, Unrecognized, EnumValueNaming, AS_IN_PROTO, CAMEL_CASE, Recognized, Unrecognized, OptionsScope, FILE, PACKAGE, Recognized, Unrecognized
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeneratedEnum
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type EnumType <: GeneratedEnum
  2. abstract type RecognizedType <: EnumType

Abstract Value Members

  1. abstract def asRecognized: Option[RecognizedType]
  2. abstract def canEqual(that: Any): Boolean
    Definition Classes
    Equals
  3. abstract def companion: GeneratedEnumCompanion[EnumType]
  4. abstract def getClass(): Class[_]
    Definition Classes
    Any
  5. abstract def index: Int
  6. abstract def name: String
  7. abstract def productArity: Int
    Definition Classes
    Product
  8. abstract def productElement(n: Int): Any
    Definition Classes
    Product
  9. abstract def value: Int

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def equals(arg0: Any): Boolean
    Definition Classes
    Any
  6. def hashCode(): Int
    Definition Classes
    Any
  7. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  8. def isUnrecognized: Boolean
  9. def javaValueDescriptor: EnumValueDescriptor
  10. def productIterator: Iterator[Any]
    Definition Classes
    Product
  11. def productPrefix: String
    Definition Classes
    Product
  12. def scalaValueDescriptor: EnumValueDescriptor
  13. def toString(): String
    Definition Classes
    GeneratedEnum → Any

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Any

Ungrouped