Package com.apicatalog.rdf.impl
Class ImmutableRdfResource
- java.lang.Object
-
- com.apicatalog.rdf.impl.ImmutableRdfResource
-
- All Implemented Interfaces:
RdfResource,RdfValue
@Deprecated final class ImmutableRdfResource extends java.lang.Object implements RdfResource
Deprecated.since 1.7.0 - use an alternative RDF primitives library.This class is deprecated as of version 1.7.0.Please use Titanium RDF Primitives or any other third-party library to materialize RDF primitives.
- See Also:
- Titanium RDF Primitives
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedImmutableRdfResource(java.lang.String value, boolean isBlankNode)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)Deprecated.java.lang.StringgetValue()Deprecated.Returns rawStringrepresentation of the value.inthashCode()Deprecated.booleanisBlankNode()Deprecated.Indicates if the value type is blank node identifier.booleanisIRI()Deprecated.Indicates if the value type is an absolute IRI.java.lang.StringtoString()Deprecated.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.apicatalog.rdf.RdfResource
asLiteral, isLiteral
-
-
-
-
Method Detail
-
isBlankNode
public boolean isBlankNode()
Deprecated.Description copied from interface:RdfValueIndicates if the value type is blank node identifier.- Specified by:
isBlankNodein interfaceRdfValue- Returns:
trueif the value type is blank node,falseotherwise.
-
isIRI
public boolean isIRI()
Deprecated.Description copied from interface:RdfValueIndicates if the value type is an absolute IRI.
-
getValue
public java.lang.String getValue()
Deprecated.Description copied from interface:RdfValueReturns rawStringrepresentation of the value.
-
hashCode
public int hashCode()
Deprecated.
-
equals
public boolean equals(java.lang.Object obj)
Deprecated.
-
-