|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.systemsx.cisd.openbis.plugin.query.shared.api.v1.dto.QueryTableColumn
@JsonObject(value="QueryTableColumn") public class QueryTableColumn
Column of query data. Defines title and data type.
Constructor Summary | |
---|---|
QueryTableColumn(java.lang.String title,
QueryTableColumnDataType dataType)
Creates an instance for specified title and data type. |
Method Summary | |
---|---|
QueryTableColumnDataType |
getDataType()
Returns the data type. |
java.lang.String |
getTitle()
Returns the title. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QueryTableColumn(java.lang.String title, QueryTableColumnDataType dataType)
Method Detail |
---|
public java.lang.String getTitle()
public QueryTableColumnDataType getDataType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |