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

Packages that use BooleanLiteralImpl
org.openrdf.model.impl Default implementations of the RDF model interfaces. 
 

Uses of BooleanLiteralImpl in org.openrdf.model.impl
 

Fields in org.openrdf.model.impl declared as BooleanLiteralImpl
static BooleanLiteralImpl BooleanLiteralImpl.FALSE
           
static BooleanLiteralImpl BooleanLiteralImpl.TRUE
           
 

Methods in org.openrdf.model.impl that return BooleanLiteralImpl
static BooleanLiteralImpl BooleanLiteralImpl.valueOf(boolean value)
          Returns a BooleanLiteralImpl for the specified value.
 



Copyright © 2001-2012 Aduna. All Rights Reserved.