Simple

eu.ostrzyciel.jelly.core.proto.v1.RdfLiteral$.LiteralKind$.Simple
final case class Simple(value: Boolean) 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 = Boolean

Value members

Concrete methods

override def isSimple: Boolean

Attributes

Definition Classes
override def number: Int

Attributes

Definition Classes
GeneratedOneof
override def simple: Option[Boolean]

Attributes

Definition Classes

Inherited methods

def datatype: Option[Int]

Attributes

Inherited from:
LiteralKind
def isDatatype: Boolean

Attributes

Inherited from:
LiteralKind
def isDefined: Boolean

Attributes

Inherited from:
LiteralKind
def isEmpty: Boolean

Attributes

Inherited from:
LiteralKind
def isLangtag: 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 valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof