|
|||||||||||
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 | |
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()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |