Uses of Class
org.eclipse.rdf4j.model.impl.BooleanLiteral
Package
Description
Default implementations of the RDF model interfaces
-
Uses of BooleanLiteral in org.eclipse.rdf4j.model.impl
Modifier and TypeFieldDescriptionstatic final BooleanLiteral
BooleanLiteral.FALSE
static final BooleanLiteral
BooleanLiteral.TRUE
Modifier and TypeMethodDescriptionstatic BooleanLiteral
BooleanLiteral.valueOf
(boolean value) Returns aBooleanLiteral
for the specified value.