org.dspace.app.xmlui.wing
Class Namespace
java.lang.Object
org.dspace.app.xmlui.wing.Namespace
- All Implemented Interfaces:
- Serializable
public class Namespace
- extends Object
- implements Serializable
This simple class just provides the Namespace datatype. It stores a URI that
is publicly accessible. The actually definitions of namespaces is found in
WingConstants.java.
- Author:
- Scott Phillips
- See Also:
- Serialized Form
|
Field Summary |
String |
URI
The URI for this namespace |
|
Constructor Summary |
Namespace(String URI)
Construct a new Namespace for the given URI. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URI
public final String URI
- The URI for this namespace
Namespace
public Namespace(String URI)
- Construct a new Namespace for the given URI.
- Parameters:
URI - The namespaces URI
Copyright © 2012 DuraSpace. All Rights Reserved.