Datatype

eu.ostrzyciel.jelly.core.proto.v1.RdfLiteral$.LiteralKind$.Datatype
final case class Datatype(value: Int) extends LiteralKind

Attributes

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

Members list

Concise view

Type members

Types

type ValueType = Int

Value members

Concrete methods

override def datatype: Option[Int]

Attributes

Definition Classes
override def isDatatype: Boolean

Attributes

Definition Classes
override def number: Int

Attributes

Definition Classes
GeneratedOneof

Inherited methods

def isDefined: Boolean

Attributes

Inherited from:
LiteralKind
def isEmpty: Boolean

Attributes

Inherited from:
LiteralKind
def isLangtag: Boolean

Attributes

Inherited from:
LiteralKind
def isSimple: Boolean

Attributes

Inherited from:
LiteralKind
def langtag: Option[String]

Attributes

Inherited from:
LiteralKind
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def simple: Option[Boolean]

Attributes

Inherited from:
LiteralKind
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof