|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.openrdf.sesame.sail.Namespace
Object that represents a Namespace.
| Constructor Summary | |
Namespace(String prefix,
String name)
Constructor. |
|
| Method Summary | |
String |
getName()
Gets the name of Namespace. |
String |
getPrefix()
Gets the prefix of Namespace. |
void |
setPrefix(String prefix)
Sets the prefix of Namespace. |
String |
toString()
Returns a string representation of the object. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Namespace(String prefix,
String name)
prefix - prefix of namespacename - name namespace| Method Detail |
public String getPrefix()
public void setPrefix(String prefix)
prefix - The (new) prefix for this namespace.public String getName()
public String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||