|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final java.lang.String GROUP_OVERALL
Method Detail |
public int getDataType()
org.eclipse.birt.core.data.DataType
class.
If the result data type of the expression is not known,
return UNKNOWN_TYPE
.
DataType
public java.lang.Object getHandle()
public void setHandle(java.lang.Object handle)
public void setGroupName(java.lang.String name)
name
- public java.lang.String getGroupName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |