object OptionTargetType extends GeneratedEnumCompanion[OptionTargetType]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OptionTargetType
- GeneratedEnumCompanion
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed trait Recognized extends OptionTargetType
- final case class Unrecognized(unrecognizedValue: Int) extends OptionTargetType with UnrecognizedEnum with Product with Serializable
- Annotations
- @SerialVersionUID()
- type ValueType = OptionTargetType
- Definition Classes
- GeneratedEnumCompanion
Value Members
- final def !=(arg0: scala.Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: scala.Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- implicit def enumCompanion: GeneratedEnumCompanion[OptionTargetType]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def fromJavaValue(pbJavaSource: DescriptorProtos.FieldOptions.OptionTargetType): OptionTargetType
- def fromName(name: String): scala.Option[OptionTargetType]
- Definition Classes
- GeneratedEnumCompanion
- def fromValue(__value: Int): OptionTargetType
- Definition Classes
- OptionTargetType → GeneratedEnumCompanion
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def javaDescriptor: EnumDescriptor
Returns the Java descriptors for this enum.
Returns the Java descriptors for this enum. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.
- Definition Classes
- OptionTargetType → GeneratedEnumCompanion
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def scalaDescriptor: EnumDescriptor
- Definition Classes
- OptionTargetType → GeneratedEnumCompanion
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toJavaValue(pbScalaSource: OptionTargetType): DescriptorProtos.FieldOptions.OptionTargetType
- def toString(): String
- Definition Classes
- AnyRef → Any
- lazy val values: Seq[ValueType]
- Definition Classes
- OptionTargetType → GeneratedEnumCompanion
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- case object TARGET_TYPE_ENUM extends OptionTargetType with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object TARGET_TYPE_ENUM_ENTRY extends OptionTargetType with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object TARGET_TYPE_EXTENSION_RANGE extends OptionTargetType with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object TARGET_TYPE_FIELD extends OptionTargetType with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object TARGET_TYPE_FILE extends OptionTargetType with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object TARGET_TYPE_MESSAGE extends OptionTargetType with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object TARGET_TYPE_METHOD extends OptionTargetType with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object TARGET_TYPE_ONEOF extends OptionTargetType with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object TARGET_TYPE_SERVICE extends OptionTargetType with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object TARGET_TYPE_UNKNOWN extends OptionTargetType with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()