Datatype

eu.ostrzyciel.jelly.core.proto.v1.RdfStreamRow$.Row$.Datatype
final case class Datatype(value: RdfDatatypeEntry) extends Row

Attributes

Graph
Supertypes
trait Row
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Value members

Concrete methods

override def datatype: Option[RdfDatatypeEntry]

Attributes

Definition Classes
override def isDatatype: Boolean

Attributes

Definition Classes
override def number: Int

Attributes

Definition Classes
GeneratedOneof

Inherited methods

def graphEnd: Option[RdfGraphEnd]

Attributes

Inherited from:
Row

Attributes

Inherited from:
Row
def isDefined: Boolean

Attributes

Inherited from:
Row
def isEmpty: Boolean

Attributes

Inherited from:
Row
def isGraphEnd: Boolean

Attributes

Inherited from:
Row
def isGraphStart: Boolean

Attributes

Inherited from:
Row
def isName: Boolean

Attributes

Inherited from:
Row
def isOptions: Boolean

Attributes

Inherited from:
Row
def isPrefix: Boolean

Attributes

Inherited from:
Row
def isQuad: Boolean

Attributes

Inherited from:
Row
def isTriple: Boolean

Attributes

Inherited from:
Row
def name: Option[RdfNameEntry]

Attributes

Inherited from:
Row

Attributes

Inherited from:
Row
def prefix: Option[RdfPrefixEntry]

Attributes

Inherited from:
Row
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def quad: Option[RdfQuad]

Attributes

Inherited from:
Row
def triple: Option[RdfTriple]

Attributes

Inherited from:
Row
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof