|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Describes a computed column defined for a data set, or a report query. A computed column has a name, and an JavaScript expression used to caculate value of the column.
Method Summary | |
java.util.List |
getAggregateArgument()
|
IScriptExpression |
getAggregateFilter()
Return the filter of this computed column iff it is an aggregation. |
java.lang.String |
getAggregateFunction()
Return the aggregation function. |
int |
getDataType()
Gets the data type of the computed column. |
IBaseExpression |
getExpression()
Gets the expression of the computed column |
java.lang.String |
getName()
Gets the name of the computed column |
Method Detail |
public java.lang.String getName()
public IBaseExpression getExpression()
public int getDataType()
public java.lang.String getAggregateFunction()
public IScriptExpression getAggregateFilter()
public java.util.List getAggregateArgument()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |