Uses of Class
org.eclipse.rdf4j.model.impl.BooleanLiteral
Packages that use BooleanLiteral
Package
Description
Default implementations of the RDF model interfaces
-
Uses of BooleanLiteral in org.eclipse.rdf4j.model.impl
Fields in org.eclipse.rdf4j.model.impl declared as BooleanLiteralModifier and TypeFieldDescriptionstatic final BooleanLiteral
BooleanLiteral.FALSE
static final BooleanLiteral
BooleanLiteral.TRUE
Methods in org.eclipse.rdf4j.model.impl that return BooleanLiteralModifier and TypeMethodDescriptionstatic BooleanLiteral
BooleanLiteral.valueOf
(boolean value) Returns aBooleanLiteral
for the specified value.