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.3 $' Date='$Date: 2005/02/21 12:14:21 $'
Author:
bwm

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

Method Detail

createObject

java.lang.Object createObject(java.lang.String s)
                              throws java.lang.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:
java.lang.Exception - may throw any exception.


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