Literal

eu.ostrzyciel.jelly.core.proto.v1.RdfGraph$.Graph$.Literal
final case class Literal(value: RdfLiteral) extends Graph

Attributes

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

Members list

Concise view

Type members

Types

Value members

Concrete methods

override def isLiteral: Boolean

Attributes

Definition Classes
override def literal: Option[RdfLiteral]

Attributes

Definition Classes
override def number: Int

Attributes

Definition Classes
GeneratedOneof

Inherited methods

def bnode: Option[String]

Attributes

Inherited from:
Graph

Attributes

Inherited from:
Graph
def iri: Option[RdfIri]

Attributes

Inherited from:
Graph
def isBnode: Boolean

Attributes

Inherited from:
Graph
def isDefaultGraph: Boolean

Attributes

Inherited from:
Graph
def isDefined: Boolean

Attributes

Inherited from:
Graph
def isEmpty: Boolean

Attributes

Inherited from:
Graph
def isIri: Boolean

Attributes

Inherited from:
Graph
def isRepeat: Boolean

Attributes

Inherited from:
Graph
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def repeat: Option[RdfRepeat]

Attributes

Inherited from:
Graph
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof