public interface IDataBinding
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getAggregateOn()
Returns aggregateOn of column binding
|
java.lang.String |
getDataType()
Returns data type of column binding.
|
java.lang.String |
getExpression()
Returns expression of column binding
|
java.lang.String |
getExpressionType()
Gets the expression type of the column binding.
|
java.lang.String |
getName()
Returns the name of column binding.
|
org.eclipse.birt.report.model.api.core.IStructure |
getStructure()
Returns structure.
|
void |
setAggregateOn(java.lang.String on)
Sets aggregateOn of column binding.
|
void |
setDataType(java.lang.String dataType)
Sets data type of column binding
|
void |
setExpression(java.lang.String expression)
Sets expression of column binding.
|
void |
setExpressionType(java.lang.String type)
Sets the expression type of the column binding.
|
void |
setName(java.lang.String name)
Sets the name of column binding.
|
java.lang.String getName()
void setName(java.lang.String name)
throws ScriptException
name - name of column binding.ScriptExceptionjava.lang.String getExpression()
void setExpression(java.lang.String expression)
throws ScriptException
expression - expression of column binding.ScriptExceptionjava.lang.String getExpressionType()
void setExpressionType(java.lang.String type)
throws ScriptException
type - the expression type of the column binding.ScriptExceptionjava.lang.String getDataType()
any
integer
string
date-time
decimal
float
boolean
void setDataType(java.lang.String dataType)
throws ScriptException
dataType - ScriptExceptionjava.lang.String getAggregateOn()
void setAggregateOn(java.lang.String on)
throws ScriptException
on - aggregateOn of column binding.ScriptExceptionorg.eclipse.birt.report.model.api.core.IStructure getStructure()
Copyright © 2008 Actuate Corp. All rights reserved.