UserState

io.github.positionpal.location.presentation.proto.UserState
See theUserState companion class
object UserState extends GeneratedEnumCompanion[UserState]

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
trait GeneratedEnumCompanion[UserState]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
UserState.type

Members list

Type members

Classlikes

case object ACTIVE extends UserState, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class UserState
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
ACTIVE.type
case object INACTIVE extends UserState, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class UserState
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
INACTIVE.type
case object ROUTING extends UserState, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class UserState
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
ROUTING.type
sealed trait Recognized extends UserState

Attributes

Supertypes
class UserState
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object ACTIVE
object INACTIVE
object ROUTING
object SOS
object UNDEFINED
object WARNING
Show all
case object SOS extends UserState, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class UserState
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
SOS.type
case object UNDEFINED extends UserState, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class UserState
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
UNDEFINED.type
final case class Unrecognized(unrecognizedValue: Int) extends UserState, UnrecognizedEnum

Attributes

Supertypes
trait UnrecognizedEnum
class UserState
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object WARNING extends UserState, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class UserState
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
WARNING.type

Inherited types

Attributes

Inherited from:
GeneratedEnumCompanion

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def fromValue(`__value`: Int): UserState
def javaDescriptor: EnumDescriptor

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.

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.

Attributes

def scalaDescriptor: EnumDescriptor

Inherited methods

def fromName(name: String): Option[UserState]

Attributes

Inherited from:
GeneratedEnumCompanion

Concrete fields

lazy val values: Seq[ValueType]

Implicits

Implicits

implicit def enumCompanion: GeneratedEnumCompanion[UserState]