public static class ReportedData.Column extends Object
Constructor and Description |
---|
Column(String label,
String variable,
String type)
Creates a new column with the specified definition.
|
Modifier and Type | Method and Description |
---|---|
String |
getLabel()
Returns the column's label.
|
String |
getType()
Returns the column's data format.
|
String |
getVariable()
Returns the variable name that the column is showing.
|
public String getLabel()
public String getType()
public String getVariable()
Copyright © 2015 Ignite Realtime. All rights reserved.