|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IComputedColumn
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 |
|---|
java.lang.String getName()
IBaseExpression getExpression()
int getDataType()
java.lang.String getAggregateFunction()
IScriptExpression getAggregateFilter()
java.util.List getAggregateArgument()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||