|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FormulaExpression
Warning: This interface is no longer functional from the SAP BusinessObjects 4.0 release onwards.
A specialized form ofReportExpression, representing a formula.
| Method Summary | |
|---|---|
java.lang.String |
getValue()
Returns the formula, represented in text form. |
boolean |
isAggregation()
Checks if this formula is an aggregation or not. |
| Methods inherited from interface com.businessobjects.rebean.wi.ReportExpression |
|---|
getDataSource, getDataSourceObject, getFormulaLanguageID, getID, getName, getQualification, getType |
| Methods inherited from interface com.businessobjects.rebean.wi.TreeNode |
|---|
getChildAt, getChildCount, getIndex, getParent, isLeaf |
| Method Detail |
|---|
java.lang.String getValue()
ReportExpression.getName().
boolean isAggregation()
true when this formula is an aggregation
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||