|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines an mechanism for associating a macro with a computed
value. The macro is evaluated as part of a executing a report query.
Information related to the query and its execution are passed as parameters.
Supported API: true
Extendable: true
Method Summary | |
ColumnExpression |
buildExpression(Element a_element,
Map a_parameterMap)
Returns the ColumnExpression value associated with this macro. |
Object |
getValue()
Deprecated. as of R6.2, use buildExpression(Element, Map). |
Method Detail |
public ColumnExpression buildExpression(Element a_element, Map a_parameterMap) throws QMLException
a_element
- A DOM tree element associated with the QML query context where this macro is used.a_parameterMap
- Map of parameters associated with the query that is being executed.
QMLException
public Object getValue() throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |