Uses of Class
org.eclipse.rdf4j.model.impl.SimpleLiteral
-
Packages that use SimpleLiteral Package Description org.eclipse.rdf4j.model.impl Default implementations of the RDF model interfaces -
-
Uses of SimpleLiteral in org.eclipse.rdf4j.model.impl
Subclasses of SimpleLiteral in org.eclipse.rdf4j.model.impl Modifier and Type Class Description classBooleanLiteralAn extension ofSimpleLiteralthat stores a boolean value to avoid parsing.classCalendarLiteralAn extension ofSimpleLiteralthat stores a calendar value to avoid parsing.classDecimalLiteralAn extension ofSimpleLiteralthat stores an integer value using aBigDecimalobject.classIntegerLiteralAn extension ofSimpleLiteralthat stores an integer value using aBigIntegerobject.
-