Uses of Class
org.openrdf.model.impl.LiteralImpl

Packages that use LiteralImpl
org.openrdf.model.impl Default implementations of the RDF model interfaces. 
org.openrdf.sail.memory.model Classes implementing the storage model of the MemoryStore. 
org.openrdf.sail.nativerdf.model   
 

Uses of LiteralImpl in org.openrdf.model.impl
 

Subclasses of LiteralImpl in org.openrdf.model.impl
 class BooleanLiteralImpl
          An extension of LiteralImpl that stores a boolean value to avoid parsing.
 class CalendarLiteralImpl
          An extension of LiteralImpl that stores a calendar value to avoid parsing.
 class DecimalLiteralImpl
          An extension of LiteralImpl that stores an integer value using a BigDecimal object.
 class IntegerLiteralImpl
          An extension of LiteralImpl that stores an integer value using a BigInteger object.
 class NumericLiteralImpl
          An extension of LiteralImpl that stores a numeric value to avoid parsing.
 

Uses of LiteralImpl in org.openrdf.sail.memory.model
 

Subclasses of LiteralImpl in org.openrdf.sail.memory.model
 class BooleanMemLiteral
          An extension of MemLiteral that stores a boolean value to avoid parsing.
 class CalendarMemLiteral
          An extension of MemLiteral that stores a Calendar value to avoid parsing.
 class DecimalMemLiteral
          An extension of MemLiteral that stores a decimal value to avoid parsing.
 class IntegerMemLiteral
          An extension of MemLiteral that stores an integer value to avoid parsing.
 class MemLiteral
          A MemoryStore-specific extension of Literal giving it node properties.
 class NumericMemLiteral
          An extension of MemLiteral that stores a numeric value to avoid parsing.
 

Uses of LiteralImpl in org.openrdf.sail.nativerdf.model
 

Subclasses of LiteralImpl in org.openrdf.sail.nativerdf.model
 class NativeLiteral
           
 



Copyright © 2001-2012 Aduna. All Rights Reserved.