@JsonObject(value="QueryTableColumn")
public class QueryTableColumn
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
QueryTableColumn(java.lang.String title,
QueryTableColumnDataType dataType)
Creates an instance for specified title and data type.
|
Modifier and Type | Method and Description |
---|---|
QueryTableColumnDataType |
getDataType()
Returns the data type.
|
java.lang.String |
getTitle()
Returns the title.
|
public QueryTableColumn(java.lang.String title, QueryTableColumnDataType dataType)
public java.lang.String getTitle()
public QueryTableColumnDataType getDataType()