opendap.dap
Class DURL

java.lang.Object
  extended by opendap.dap.BaseType
      extended by opendap.dap.DString
          extended by opendap.dap.DURL
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, ClientIO
Direct Known Subclasses:
asciiURL, SDURL, wwwURL

public class DURL
extends DString

Holds a OPeNDAP URL value.

Version:
$Revision: 23881 $
Author:
jehamby
See Also:
BaseType, Serialized Form

Constructor Summary
DURL()
          Constructs a new DURL.
DURL(java.lang.String n)
          Constructs a new DURL with name n.
 
Method Summary
 java.lang.String getTypeName()
          Returns the OPeNDAP type name of the class instance as a String.
 
Methods inherited from class opendap.dap.DString
deserialize, externalize, getValue, printVal, setValue
 
Methods inherited from class opendap.dap.BaseType
addAttributeAlias, addAttributeContainer, appendAttribute, appendAttribute, appendAttributeContainer, checkSemantics, checkSemantics, clone, delAttribute, delAttribute, elementCount, elementCount, getAttribute, getAttribute, getAttributeNames, getAttributeTable, getClearName, getLongName, getName, getParent, hasAttributes, newPrimitiveVector, printAttributes, printAttributes, printAttributes, printAttributes, printDecl, printDecl, printDecl, printDecl, printDecl, printDecl, printDecl, printDecl, printVal, printVal, printVal, printXML, printXML, printXML, printXML, printXML, setClearName, setName, setParent
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DURL

public DURL()
Constructs a new DURL.


DURL

public DURL(java.lang.String n)
Constructs a new DURL with name n.

Parameters:
n - the name of the variable.
Method Detail

getTypeName

public java.lang.String getTypeName()
Returns the OPeNDAP type name of the class instance as a String.

Overrides:
getTypeName in class DString
Returns:
the OPeNDAP type name of the class instance as a String.