Class AbstractIRI.GenericIRI
java.lang.Object
org.eclipse.rdf4j.model.base.AbstractIRI
org.eclipse.rdf4j.model.base.AbstractIRI.GenericIRI
- All Implemented Interfaces:
Serializable, IRI, Resource, Value
- Enclosing class:
AbstractIRI
- Since:
- 3.5.0
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractIRI
AbstractIRI.GenericIRI -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the local name part of this IRI.Gets the namespace part of this IRI.private intsplit()Returns the String-value of a Value object.Methods inherited from class AbstractIRI
equals, hashCode, toStringMethods inherited from interface Resource
isResource
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
iri
-
split
private int split
-
-
Constructor Details
-
GenericIRI
GenericIRI(String iri) -
GenericIRI
-
-
Method Details
-
stringValue
Description copied from interface:ValueReturns the String-value of a Value object. This returns either aLiteral's label, aIRI's URI or aBNode's ID.- Specified by:
stringValuein interfaceValue- Overrides:
stringValuein classAbstractIRI
-
getNamespace
-
getLocalName
-
split
private int split()
-