Package org.eclipse.rdf4j.model.impl
Class SimpleNamespace
java.lang.Object
org.eclipse.rdf4j.model.base.AbstractNamespace
org.eclipse.rdf4j.model.impl.SimpleNamespace
- All Implemented Interfaces:
Serializable
,Comparable<Namespace>
,Namespace
A default implementation of the
Namespace
interface.- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.rdf4j.model.base.AbstractNamespace
compareTo, equals, hashCode, toString
-
Constructor Details
-
SimpleNamespace
-
-
Method Details
-
getPrefix
-
setPrefix
Sets the prefix of the namespace.- Parameters:
prefix
- The (new) prefix for this namespace.
-
getName
-
setName
Sets the name of the namespace.- Parameters:
name
- The (new) name for this namespace.
-