public static class ReportedData.Column extends Object
Constructor and Description |
---|
ReportedData.Column(String label,
String variable,
String type)
Creates a new column with the specified definition.
|
public ReportedData.Column(String label, String variable, String type)
label
- the columns's label.variable
- the variable name of the column.type
- the format for the returned data.public String getType()
public String getVariable()