public static class ReportedData.Column
extends java.lang.Object
| Constructor and Description |
|---|
Column(java.lang.String label,
java.lang.String variable,
FormField.Type type)
Creates a new column with the specified definition.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLabel()
Returns the column's label.
|
FormField.Type |
getType()
Returns the column's data format.
|
java.lang.String |
getVariable()
Returns the variable name that the column is showing.
|
public Column(java.lang.String label,
java.lang.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 java.lang.String getLabel()
public FormField.Type getType()
public java.lang.String getVariable()