|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectopendap.dap.BaseType
opendap.dap.DConstructor
opendap.dap.DSequence
opendap.servers.www.wwwSequence
public class wwwSequence
Field Summary |
---|
Fields inherited from class opendap.dap.DSequence |
---|
allValues, END_OF_SEQUENCE, START_OF_INSTANCE, varTemplate |
Constructor Summary | |
---|---|
wwwSequence()
Constructs a new wwwSeq . |
|
wwwSequence(java.lang.String n)
Constructs a new wwwSeq with name n . |
Method Summary | |
---|---|
void |
printBrowserForm(java.io.PrintWriter pw,
DAS das)
Returns an string representation of the variables value. |
Methods inherited from class opendap.dap.DSequence |
---|
addRow, addVariable, checkSemantics, clone, delRow, deserialize, elementCount, externalize, getLevel, getRow, getRowCount, getTypeName, getVar, getVariable, getVariable, getVariables, printDecl, printVal, setLevel, writeMarker |
Methods inherited from class opendap.dap.DConstructor |
---|
addVariable, printXML, someChildHasAttributes |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public wwwSequence()
wwwSeq
.
public wwwSequence(java.lang.String n)
wwwSeq
with name n
.
n
- the name of the variable.Method Detail |
---|
public void printBrowserForm(java.io.PrintWriter pw, DAS das)
BrowserForm
printBrowserForm
in interface BrowserForm
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |