Data

object Data extends Enumeration[Data]
Companion
class
trait Sum
trait Mirror
trait Enumeration[Data]
trait Companion[Data]
trait Has[Data]
trait Key[Data]
trait HasId
class Object
trait Matchable
class Any

Type members

Classlikes

case
object CUSTOMER_CONTENT extends Data
case
object PERMISSIONS_DATA extends Data
case
object SERVICE_ATTRIBUTES extends Data
case
object TAG_DATA extends Data

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def namespace: String
def to(e: Data): (String, Int)

Inherited methods

final
def asString(e: Data): String
Inherited from
Enumeration
final
def fromOrdinal(s: Int): Option[Data]
Inherited from
Enumeration
final
def fromString(s: String): Option[Data]
Inherited from
Enumeration
final override
def getKey: Key[Data]
Definition Classes
Companion -> Has
Inherited from
Companion
def identifier: String
Inherited from
HasId

Concrete fields

val name: String
val schema: Schema[Data]
val values: List[Data]

Inherited fields

lazy
val ordinalMap: Map[Int, Data]
Inherited from
Enumeration
lazy
val valueMap: Map[String, Data]
Inherited from
Enumeration

Implicits

Implicits

implicit
val staticSchema: Static[Schema[Data]]

Inherited implicits

implicit
val keyInstance: Key[Data]
Inherited from
Companion