com.hp.hpl.jena.rdf.model
Interface ObjectF


public interface ObjectF

A factory for creating objects from RDF Literal strings.

Applications may have classes to handle specific kinds of values encoded as RDF Literal strings, e.g. dates. A factory object can be used to construct an instance of an appropriate class from a string.

Version:
Release='$Name: $' Revision='$Revision: 1.2 $' Date='$Date: 2003/08/27 13:05:52 $'
Author:
bwm

Method Summary
 Object createObject(String s)
          Create an instance of an object.
 

Method Detail

createObject

Object createObject(String s)
                    throws Exception
Create an instance of an object.

Parameters:
s - The String used to initialise the state of the object.
Returns:
the newly created object.
Throws:
Exception - may throw any exception.


Copyright © 2000, 2001, 2002, 2003, 2004 Hewlett-Packard Development Company, LP