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