public class GraphDataBean extends Object
| Constructor and Description |
|---|
GraphDataBean(String aJsVariableName,
String aCaption) |
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(GraphDataValueBean value) |
String |
getCaption() |
String |
getJsArrayValue() |
String |
getJsVariableName() |
List<GraphDataValueBean> |
getValues() |
public void addValue(GraphDataValueBean value)
public List<GraphDataValueBean> getValues()
public String getCaption()
public String getJsVariableName()
public String getJsArrayValue()
Copyright © 2010-2015 anotheria.net. All Rights Reserved.