Uses of Class
org.eclipse.rdf4j.model.impl.BooleanLiteral
-
Packages that use BooleanLiteral Package Description org.eclipse.rdf4j.model.impl 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 BooleanLiteral Modifier and Type Field Description static BooleanLiteral
BooleanLiteral. FALSE
static BooleanLiteral
BooleanLiteral. TRUE
Methods in org.eclipse.rdf4j.model.impl that return BooleanLiteral Modifier and Type Method Description static BooleanLiteral
BooleanLiteral. valueOf(boolean value)
Returns aBooleanLiteral
for the specified value.
-