|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectopendap.dap.DAPNode
opendap.dap.BaseType
opendap.dap.DString
opendap.dap.DURL
public class DURL
Holds a OPeNDAP URL
value.
BaseType
,
Serialized FormNested 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.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 |
---|
public DURL()
DURL
.
public DURL(String n)
DURL
with name n
.
n
- the name of the variable.Method Detail |
---|
public String getTypeName()
String
.
getTypeName
in class DString
String
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |