java.lang.Object
org.apache.jena.cdt.CDTKey
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns a string representation of this element to be included in the lexical form of literals.org.apache.jena.graph.Node
asNode()
Returns this object as an RDF term (i.e., an IRI, a literal, or a blank node), assuming it is one.boolean
int
hashCode()
toString()
-
Constructor Details
-
CDTKey
public CDTKey()
-
-
Method Details
-
asNode
public org.apache.jena.graph.Node asNode()Returns this object as an RDF term (i.e., an IRI, a literal, or a blank node), assuming it is one. If it is not, then anUnsupportedOperationException
is thrown. -
equals
-
hashCode
public int hashCode() -
toString
-
asLexicalForm
Returns a string representation of this element to be included in the lexical form of literals.
-