public class SimpleRdfDataWrapper
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
This method returns true if the current SimpleRdfDataWrapper instance is considered equal to the given SimpleRdfDataWrapper instance
|
static SimpleRdfDataWrapper |
getInstance(java.lang.String s)
This method returns an instance of SimpleRdfDataWrapper
|
java.lang.String |
serialize()
This method returns a String representation of this SimpleRdfDataWrapper instance
|
java.lang.String |
toString()
Returns a String representation of this object
|
public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - an object to compare this SimpleRdfDataWrapper againstpublic static SimpleRdfDataWrapper getInstance(java.lang.String s)
s - a string representing a serialized form of RDF resourcepublic java.lang.String serialize()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.