TypeTag

org.finos.morphir.universe.ir.TypeTag
See theTypeTag companion object
sealed trait TypeTag extends EnumEntry, NodeTag

Attributes

Companion
object
Graph
Supertypes
trait NodeTag
trait EnumEntry
class Object
trait Matchable
class Any
Known subtypes
object ExtensibleRecord.type
object Function.type
object Record.type
object Reference.type
object Tuple.type
object Unit.type
object Variable.type
Show all

Members list

Value members

Inherited methods

def entryName: String

String representation of this Enum Entry.

String representation of this Enum Entry.

Override in your implementation if needed

Attributes

Inherited from:
EnumEntry