object Kind extends GeneratedEnumCompanion[Kind] with Serializable
- Alphabetic
- By Inheritance
- Kind
- Serializable
- Serializable
- GeneratedEnumCompanion
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- sealed trait Recognized extends Kind
-
final
case class
Unrecognized(unrecognizedValue: Int) extends Kind with UnrecognizedEnum with Product with Serializable
- Annotations
- @SerialVersionUID()
-
type
ValueType = Kind
- 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( ... ) @native() @HotSpotIntrinsicCandidate()
- implicit def enumCompanion: GeneratedEnumCompanion[Kind]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: scala.Any): Boolean
- Definition Classes
- AnyRef → Any
- def fromJavaValue(pbJavaSource: Field.Kind): Kind
-
def
fromName(name: String): scala.Option[Kind]
- Definition Classes
- GeneratedEnumCompanion
-
def
fromValue(__value: Int): Kind
- Definition Classes
- Kind → GeneratedEnumCompanion
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
javaDescriptor: EnumDescriptor
- Definition Classes
- Kind → GeneratedEnumCompanion
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
scalaDescriptor: EnumDescriptor
- Definition Classes
- Kind → GeneratedEnumCompanion
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toJavaValue(pbScalaSource: Kind): Field.Kind
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
lazy val
values: Seq[Recognized]
- Definition Classes
- Kind → GeneratedEnumCompanion
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
object
TYPE_BOOL extends Kind with Recognized with Product with Serializable
Field type bool.
Field type bool.
- Annotations
- @SerialVersionUID()
-
object
TYPE_BYTES extends Kind with Recognized with Product with Serializable
Field type bytes.
Field type bytes.
- Annotations
- @SerialVersionUID()
-
object
TYPE_DOUBLE extends Kind with Recognized with Product with Serializable
Field type double.
Field type double.
- Annotations
- @SerialVersionUID()
-
object
TYPE_ENUM extends Kind with Recognized with Product with Serializable
Field type enum.
Field type enum.
- Annotations
- @SerialVersionUID()
-
object
TYPE_FIXED32 extends Kind with Recognized with Product with Serializable
Field type fixed32.
Field type fixed32.
- Annotations
- @SerialVersionUID()
-
object
TYPE_FIXED64 extends Kind with Recognized with Product with Serializable
Field type fixed64.
Field type fixed64.
- Annotations
- @SerialVersionUID()
-
object
TYPE_FLOAT extends Kind with Recognized with Product with Serializable
Field type float.
Field type float.
- Annotations
- @SerialVersionUID()
-
object
TYPE_GROUP extends Kind with Recognized with Product with Serializable
Field type group.
Field type group. Proto2 syntax only, and deprecated.
- Annotations
- @SerialVersionUID()
-
object
TYPE_INT32 extends Kind with Recognized with Product with Serializable
Field type int32.
Field type int32.
- Annotations
- @SerialVersionUID()
-
object
TYPE_INT64 extends Kind with Recognized with Product with Serializable
Field type int64.
Field type int64.
- Annotations
- @SerialVersionUID()
-
object
TYPE_MESSAGE extends Kind with Recognized with Product with Serializable
Field type message.
Field type message.
- Annotations
- @SerialVersionUID()
-
object
TYPE_SFIXED32 extends Kind with Recognized with Product with Serializable
Field type sfixed32.
Field type sfixed32.
- Annotations
- @SerialVersionUID()
-
object
TYPE_SFIXED64 extends Kind with Recognized with Product with Serializable
Field type sfixed64.
Field type sfixed64.
- Annotations
- @SerialVersionUID()
-
object
TYPE_SINT32 extends Kind with Recognized with Product with Serializable
Field type sint32.
Field type sint32.
- Annotations
- @SerialVersionUID()
-
object
TYPE_SINT64 extends Kind with Recognized with Product with Serializable
Field type sint64.
Field type sint64.
- Annotations
- @SerialVersionUID()
-
object
TYPE_STRING extends Kind with Recognized with Product with Serializable
Field type string.
Field type string.
- Annotations
- @SerialVersionUID()
-
object
TYPE_UINT32 extends Kind with Recognized with Product with Serializable
Field type uint32.
Field type uint32.
- Annotations
- @SerialVersionUID()
-
object
TYPE_UINT64 extends Kind with Recognized with Product with Serializable
Field type uint64.
Field type uint64.
- Annotations
- @SerialVersionUID()
-
object
TYPE_UNKNOWN extends Kind with Recognized with Product with Serializable
Field type unknown.
Field type unknown.
- Annotations
- @SerialVersionUID()
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.