|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IBaseExpression
Base type to represent a generic data expression used in a report design. An expression has an optional return data type. Each expression can also be associated with a handle, which is used by the Data Engine to store the compiled evaluation plan for the expression.
| Field Summary | |
|---|---|
static java.lang.String |
GROUP_OVERALL
Deprecated. |
| Method Summary | |
|---|---|
int |
getDataType()
Gets the data type of the expression. |
java.lang.String |
getGroupName()
Deprecated. |
java.lang.Object |
getHandle()
Returns the handle associated with the expression. |
void |
setGroupName(java.lang.String name)
Deprecated. |
void |
setHandle(java.lang.Object handle)
Associates the expression with the provided handle. |
| Field Detail |
|---|
static final java.lang.String GROUP_OVERALL
| Method Detail |
|---|
int getDataType()
org.eclipse.birt.core.data.DataType class.
If the result data type of the expression is not known,
return UNKNOWN_TYPE.
DataTypejava.lang.Object getHandle()
void setHandle(java.lang.Object handle)
void setGroupName(java.lang.String name)
name - java.lang.String getGroupName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||