Uses of Class
com.ldodds.foaf.thinlet.model.Literal

Packages that use Literal
com.ldodds.foaf.thinlet.model   
com.ldodds.foaf.thinlet.save   
 

Uses of Literal in com.ldodds.foaf.thinlet.model
 

Methods in com.ldodds.foaf.thinlet.model that return Literal
protected  Literal PropertyBuilder.makeLiteral(java.lang.String property, java.lang.Object value)
           
protected  Literal PropertyBuilder.makeLiteral(java.lang.String property, java.lang.Object value, Encryptor encryptor)
           
 

Uses of Literal in com.ldodds.foaf.thinlet.save
 

Methods in com.ldodds.foaf.thinlet.save with parameters of type Literal
 void Exporter.export(Literal l)
          Exports a literal
 void RDFExporter.export(Literal l)
           
 void NotationThreeExporter.export(Literal l)