opendap.dap
Class DURL

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

public class DURL
extends DString

Holds a OPeNDAP URL value.

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

Nested Class Summary
 
Nested classes/interfaces inherited from class opendap.dap.DAPNode
DAPNode.CloneMap
 
Field Summary
 
Fields inherited from class opendap.dap.DAPNode
_name, _nameEncoded
 
Constructor Summary
DURL()
          Constructs a new DURL.
DURL(String n)
          Constructs a new DURL with name n.
 
Method Summary
 String getTypeName()
          Returns the OPeNDAP type name of the class instance as a String.
 
Methods inherited from class opendap.dap.DString
deserialize, externalize, getValue, printConstraint, printVal, setValue
 
Methods inherited from class opendap.dap.BaseType
addAttributeAlias, addAttributeContainer, appendAttribute, appendAttribute, appendAttributeContainer, checkSemantics, checkSemantics, cloneDAG, delAttribute, delAttribute, elementCount, elementCount, getAttribute, getAttribute, getAttributeNames, getAttributeTable, getLongName, hasAttributes, newPrimitiveVector, printAttributes, printAttributes, printAttributes, printAttributes, printDecl, printDecl, printDecl, printDecl, printDecl, printDecl, printDecl, printDecl, printVal, printVal, printVal, printXML, printXML, printXML, printXML, printXML, setClearName
 
Methods inherited from class opendap.dap.DAPNode
clone, cloneDAG, getClearName, getEncodedName, getParent, isProject, setEncodedName, setParent, setProject, setProject, setProjected
 
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(String n)
Constructs a new DURL with name n.

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

getTypeName

public 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.


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.