|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ObjectHandler
The interface for the internal ObjectHandler. The handler will create the RDFNode from the object passed to the setter method, and will create the object to be returned for the getter method. In general X.equals( parseObject( createRDFNode( X ))) should hold true as should X.equals( createRDFNode( parseObject( X ))).
| Method Summary | |
|---|---|
com.hp.hpl.jena.rdf.model.RDFNode |
createRDFNode(Object obj)
Parse the object into an RDFNode representation. |
Object |
parseObject(com.hp.hpl.jena.rdf.model.RDFNode node)
Parse the RDF node into an object. |
| Method Detail |
|---|
com.hp.hpl.jena.rdf.model.RDFNode createRDFNode(Object obj)
obj - The object to represent
Object parseObject(com.hp.hpl.jena.rdf.model.RDFNode node)
node - The RDFNode to be unparsed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||