BasicDataType

org.finos.morphir.datamodel.BasicDataType$
See theBasicDataType companion trait
object BasicDataType

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object Boolean extends BasicDataType[Boolean]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait BasicDataType[Boolean]
class Object
trait Matchable
class Any
Show all
Self type
Boolean.type
case object Byte extends BasicDataType[Byte]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait BasicDataType[Byte]
class Object
trait Matchable
class Any
Show all
Self type
Byte.type
case object Decimal extends BasicDataType[BigDecimal]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait BasicDataType[BigDecimal]
class Object
trait Matchable
class Any
Show all
Self type
Decimal.type
case object Int16 extends BasicDataType[Short]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait BasicDataType[Short]
class Object
trait Matchable
class Any
Show all
Self type
Int16.type
case object Int32 extends BasicDataType[Int]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait BasicDataType[Int]
class Object
trait Matchable
class Any
Show all
Self type
Int32.type
case object Integer extends BasicDataType[BigInt]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait BasicDataType[BigInt]
class Object
trait Matchable
class Any
Show all
Self type
Integer.type
case object LocalDate extends BasicDataType[LocalDate]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait BasicDataType[LocalDate]
class Object
trait Matchable
class Any
Show all
Self type
LocalDate.type
case object String extends BasicDataType[String]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait BasicDataType[String]
class Object
trait Matchable
class Any
Show all
Self type
String.type

Inherited 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 fields

val all: Set[BasicDataType[Any]]