org.dspace.app.xmlui.wing
Class Namespace

java.lang.Object
  extended by 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.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

URI

public final String URI
The URI for this namespace

Constructor Detail

Namespace

public Namespace(String URI)
Construct a new Namespace for the given URI.

Parameters:
URI - The namespaces URI


Copyright © 2012 DuraSpace. All Rights Reserved.