public interface IDataBinding
Modifier and Type | Method and Description |
---|---|
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.ScriptException
java.lang.String getExpression()
void setExpression(java.lang.String expression) throws ScriptException
expression
- expression of column binding.ScriptException
java.lang.String getExpressionType()
void setExpressionType(java.lang.String type) throws ScriptException
type
- the expression type of the column binding.ScriptException
java.lang.String getDataType()
any
integer
string
date-time
decimal
float
boolean
void setDataType(java.lang.String dataType) throws ScriptException
dataType
- ScriptException
java.lang.String getAggregateOn()
void setAggregateOn(java.lang.String on) throws ScriptException
on
- aggregateOn of column binding.ScriptException
org.eclipse.birt.report.model.api.core.IStructure getStructure()
Copyright © 2008 Actuate Corp. All rights reserved.