QName

org.finos.morphir.QNameModule.QName
See theQName companion class
object QName

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
QName.type

Members list

Type members

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 methods

def apply(modulePath: Path, localName: Name): QName
def apply(moduleName: String, localName: String): QName
def fromName(modulePath: Path, localName: Name): QName
def fromName(modulePath: String, localName: String): QName
def fromString(str: String): Option[QName]
def fromTuple(tuple: (Path, Name)): QName
def getLocalName(qname: QName): Name
def getModulePath(qname: QName): Path
def toString(qName: QName): String
def toTuple(qName: QName): (Path, Name)

Concrete fields

val empty: QName