Package org.jivesoftware.smackx.search
Class ReportedData.Column
java.lang.Object
org.jivesoftware.smackx.search.ReportedData.Column
- Enclosing class:
- ReportedData
Represents the columns definition of the reported data.
-
Constructor Summary
ConstructorDescriptionColumn
(String label, String variable, FormField.Type type) Creates a new column with the specified definition. -
Method Summary
-
Constructor Details
-
Column
Creates a new column with the specified definition.- Parameters:
label
- the column's label.variable
- the variable name of the column.type
- the format for the returned data.
-
-
Method Details
-
getLabel
Returns the column's label.- Returns:
- label of the column.
-
getType
Returns the column's data format.- Returns:
- format for the returned data.
-
getVariable
Returns the variable name that the column is showing.- Returns:
- the variable name of the column.
-