|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Method Summary | |
java.lang.Object |
createObject(java.lang.String s)
Create an instance of an object. |
Method Detail |
public java.lang.Object createObject(java.lang.String s) throws java.lang.Exception
s
- The String used to initialise the state of the object.
java.lang.Exception
- may throw any exception.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |