|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nasa.gsfc.spdf.cdas.GraphVariableDescription
public class GraphVariableDescription
This class represents the description of a Coordinated Data Analysis System variable used for a graphing request.
| Constructor Summary | |
|---|---|
GraphVariableDescription()
Constructs a GraphVariableDescription with a default values. |
|
GraphVariableDescription(java.lang.String dataset,
java.lang.String[] variables)
Constructs a GraphVariableDescription with the given attribute values. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Creates and returns a copy of this object. |
java.lang.String |
getDataset()
Gets the dataset's name. |
java.lang.String[] |
getVariables()
Gets the variables. |
void |
setDataset(java.lang.String value)
Sets the dataset's name. |
void |
setVariables(java.lang.String[] values)
Sets the variables. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GraphVariableDescription()
public GraphVariableDescription(java.lang.String dataset,
java.lang.String[] variables)
dataset - name of dataset to which variables belongvariables - names of the variables to be graphed| Method Detail |
|---|
public java.lang.String getDataset()
setDataset(java.lang.String)public void setDataset(java.lang.String value)
value - new dataset valuegetDataset()public java.lang.String[] getVariables()
setVariables(java.lang.String[])public void setVariables(java.lang.String[] values)
values - names of variablesgetVariables()public java.lang.Object clone()
clone in class java.lang.ObjectObject.clone()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||