public class QueryResult
extends java.lang.Object
Constructor and Description |
---|
QueryResult() |
Modifier and Type | Method and Description |
---|---|
DataGraphType[] |
getDatagraph() |
DataGraphType |
getDatagraph(int i) |
void |
setDatagraph(DataGraphType[] datagraph) |
void |
setDatagraph(int i,
DataGraphType value) |
public DataGraphType[] getDatagraph()
public void setDatagraph(DataGraphType[] datagraph)
public DataGraphType getDatagraph(int i)
public void setDatagraph(int i, DataGraphType value)