|
Smack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jivesoftware.smackx.ReportedData.Column
public static class ReportedData.Column
Represents the columns definition of the reported data.
| Constructor Summary | |
|---|---|
ReportedData.Column(java.lang.String label,
java.lang.String variable,
java.lang.String type)
Creates a new column with the specified definition. |
|
| Method Summary | |
|---|---|
java.lang.String |
getLabel()
Returns the column's label. |
java.lang.String |
getType()
Returns the column's data format. |
java.lang.String |
getVariable()
Returns the variable name that the column is showing. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReportedData.Column(java.lang.String label,
java.lang.String variable,
java.lang.String type)
label - the columns's label.variable - the variable name of the column.type - the format for the returned data.| Method Detail |
|---|
public java.lang.String getLabel()
public java.lang.String getType()
public java.lang.String getVariable()
|
Smack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||