public class VoidHandler extends Object implements ObjectHandler
| Constructor and Description |
|---|
VoidHandler() |
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.rdf.model.RDFNode |
createRDFNode(Object obj)
Convert the object to null
|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isEmpty(Object obj)
Returns true if the object is considered empty.
|
Object |
parseObject(com.hp.hpl.jena.rdf.model.RDFNode node)
convert the node to a null
|
String |
toString() |
public com.hp.hpl.jena.rdf.model.RDFNode createRDFNode(Object obj)
createRDFNode in interface ObjectHandlerobj - The object to convertpublic boolean isEmpty(Object obj)
ObjectHandlerisEmpty in interface ObjectHandlerobj - the object that would be passed to createRDFNodepublic Object parseObject(com.hp.hpl.jena.rdf.model.RDFNode node)
parseObject in interface ObjectHandlernode - The node to convert.Copyright © 2012-2013 XENEI.com. All Rights Reserved.