Basic

org.finos.morphir.datamodel.Data.Basic
sealed trait Basic[+A] extends Data

Attributes

Graph
Supertypes
trait Data
trait Writable
class Object
trait Matchable
class Any
Known subtypes
class Boolean
class Byte
class Char
class DayOfWeek
class Decimal
class Float
class Int16
class Int32
class Int64
class Integer
class LocalDate
class LocalTime
class Month
class Order
class String
object Unit
Show all

Members list

Value members

Inherited methods

def contentLength: Option[Long]

Attributes

Inherited from:
Writable
def getName: Option[FQName]

Attributes

Inherited from:
Data
def getNameString: Option[String]

Attributes

Inherited from:
Data
def httpContentType: Option[String]

Attributes

Inherited from:
Writable
def shape: Concept

Attributes

Inherited from:
Data
def toStringPretty(color: Boolean, detailLevel: DetailLevel): String

Attributes

Inherited from:
Data
def toStringPretty: String

Attributes

Inherited from:
Data
def writeBytesTo(out: OutputStream): Unit

Attributes

Inherited from:
Data