ProtoNumType

alloy.proto.ProtoNumType
See theProtoNumType companion object
sealed abstract class ProtoNumType(_value: String, _name: String, _intValue: Int, _hints: Hints) extends Value

Specifies which type of number signing should be used on integers and longs.

Attributes

Companion
object
Graph
Supertypes
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object FIXED.type
object FIXED_SIGNED.type
object SIGNED.type
object UNSIGNED.type

Members list

Type members

Types

override type EnumType = ProtoNumType

Value members

Concrete methods

Attributes

Definition Classes
final def widen: ProtoNumType

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

override val hints: Hints
override val intValue: Int
override val name: String
override val value: String