object DataType extends GeneratedEnumCompanion[DataType] with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DataType
- Serializable
- Serializable
- GeneratedEnumCompanion
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
final
case class
Unrecognized(value: Int) extends DataType with UnrecognizedEnum with Product with Serializable
- Annotations
- @SerialVersionUID()
-
type
ValueType = DataType
- Definition Classes
- GeneratedEnumCompanion
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- implicit def enumCompanion: GeneratedEnumCompanion[DataType]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
fromName(name: String): Option[DataType]
- Definition Classes
- GeneratedEnumCompanion
-
def
fromValue(value: Int): DataType
- Definition Classes
- DataType → GeneratedEnumCompanion
-
final
def
getClass(): Class[_]
- 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
- Definition Classes
- DataType → 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
- DataType → GeneratedEnumCompanion
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
lazy val
values: Seq[DataType]
- Definition Classes
- DataType → GeneratedEnumCompanion
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
object
DT_BFLOAT16 extends DataType with Product with Serializable
- Annotations
- @SerialVersionUID()
-
object
DT_BOOL extends DataType with Product with Serializable
- Annotations
- @SerialVersionUID()
-
object
DT_COMPLEX128 extends DataType with Product with Serializable
- Annotations
- @SerialVersionUID()
-
object
DT_COMPLEX64 extends DataType with Product with Serializable
- Annotations
- @SerialVersionUID()
-
object
DT_DOUBLE extends DataType with Product with Serializable
- Annotations
- @SerialVersionUID()
-
object
DT_FLOAT extends DataType with Product with Serializable
- Annotations
- @SerialVersionUID()
-
object
DT_HALF extends DataType with Product with Serializable
- Annotations
- @SerialVersionUID()
-
object
DT_INT16 extends DataType with Product with Serializable
- Annotations
- @SerialVersionUID()
-
object
DT_INT32 extends DataType with Product with Serializable
- Annotations
- @SerialVersionUID()
-
object
DT_INT64 extends DataType with Product with Serializable
- Annotations
- @SerialVersionUID()
-
object
DT_INT8 extends DataType with Product with Serializable
- Annotations
- @SerialVersionUID()
-
object
DT_INVALID extends DataType with Product with Serializable
- Annotations
- @SerialVersionUID()
-
object
DT_MAP extends DataType with Product with Serializable
- Annotations
- @SerialVersionUID()
-
object
DT_QINT16 extends DataType with Product with Serializable
- Annotations
- @SerialVersionUID()
-
object
DT_QINT32 extends DataType with Product with Serializable
- Annotations
- @SerialVersionUID()
-
object
DT_QINT8 extends DataType with Product with Serializable
- Annotations
- @SerialVersionUID()
-
object
DT_QUINT16 extends DataType with Product with Serializable
- Annotations
- @SerialVersionUID()
-
object
DT_QUINT8 extends DataType with Product with Serializable
- Annotations
- @SerialVersionUID()
-
object
DT_RESOURCE extends DataType with Product with Serializable
- Annotations
- @SerialVersionUID()
-
object
DT_STRING extends DataType with Product with Serializable
- Annotations
- @SerialVersionUID()
-
object
DT_UINT16 extends DataType with Product with Serializable
- Annotations
- @SerialVersionUID()
-
object
DT_UINT32 extends DataType with Product with Serializable
- Annotations
- @SerialVersionUID()
-
object
DT_UINT64 extends DataType with Product with Serializable
- Annotations
- @SerialVersionUID()
-
object
DT_UINT8 extends DataType with Product with Serializable
- Annotations
- @SerialVersionUID()
-
object
DT_VARIANT extends DataType with Product with Serializable
- Annotations
- @SerialVersionUID()
Deprecated Value Members
-
def
descriptor: EnumDescriptor
- Definition Classes
- GeneratedEnumCompanion
- Annotations
- @deprecated
- Deprecated
(Since version ScalaPB 0.5.47) Use javaDescriptor instead. In a future version this will refer to scalaDescriptor.