com.hp.hpl.mesa.rdf.jena.model
Interface  ObjectF
- All Known Implementing Classes: 
 - Regression.LitTestObjF
 
- 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.1 $' Date='$Date: 2001/01/05 14:16:43 $'
 
- Author: 
 - bwm
 
| 
Method Summary | 
 java.lang.Object | 
createObject(java.lang.String s)
 
          Create an instance of an object. | 
 
createObject
public 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 © 2001 Hewlett-Packard. All Rights Reserved.