org.eclipse.birt.data.engine.api
Interface IBinding
- All Known Implementing Classes:
- Binding
public interface IBinding
getBindingName
java.lang.String getBindingName()
throws org.eclipse.birt.data.engine.core.DataException
- Throws:
org.eclipse.birt.data.engine.core.DataException
getDataType
int getDataType()
throws org.eclipse.birt.data.engine.core.DataException
- Throws:
org.eclipse.birt.data.engine.core.DataException
setDataType
void setDataType(int type)
throws org.eclipse.birt.data.engine.core.DataException
- Throws:
org.eclipse.birt.data.engine.core.DataException
getExpression
IBaseExpression getExpression()
throws org.eclipse.birt.data.engine.core.DataException
- Throws:
org.eclipse.birt.data.engine.core.DataException
setExpression
void setExpression(IBaseExpression expr)
throws org.eclipse.birt.data.engine.core.DataException
- Throws:
org.eclipse.birt.data.engine.core.DataException
getAggregatOns
java.util.List getAggregatOns()
throws org.eclipse.birt.data.engine.core.DataException
- Throws:
org.eclipse.birt.data.engine.core.DataException
addAggregateOn
void addAggregateOn(java.lang.String levelName)
throws org.eclipse.birt.data.engine.core.DataException
- Throws:
org.eclipse.birt.data.engine.core.DataException
getArguments
java.util.List getArguments()
throws org.eclipse.birt.data.engine.core.DataException
- Throws:
org.eclipse.birt.data.engine.core.DataException
exportable
boolean exportable()
throws org.eclipse.birt.data.engine.core.DataException
- Throws:
org.eclipse.birt.data.engine.core.DataException
setExportable
void setExportable(boolean exportable)
throws org.eclipse.birt.data.engine.core.DataException
- Throws:
org.eclipse.birt.data.engine.core.DataException
addArgument
void addArgument(IBaseExpression expr)
throws org.eclipse.birt.data.engine.core.DataException
- Deprecated.
- Parameters:
expr
-
- Throws:
org.eclipse.birt.data.engine.core.DataException
addArgument
void addArgument(java.lang.String name,
IBaseExpression expr)
throws org.eclipse.birt.data.engine.core.DataException
- Throws:
org.eclipse.birt.data.engine.core.DataException
setFilter
void setFilter(IBaseExpression expr)
throws org.eclipse.birt.data.engine.core.DataException
- Throws:
org.eclipse.birt.data.engine.core.DataException
getFilter
IBaseExpression getFilter()
throws org.eclipse.birt.data.engine.core.DataException
- Throws:
org.eclipse.birt.data.engine.core.DataException
getAggrFunction
java.lang.String getAggrFunction()
throws org.eclipse.birt.data.engine.core.DataException
- Throws:
org.eclipse.birt.data.engine.core.DataException
setAggrFunction
void setAggrFunction(java.lang.String functionName)
throws org.eclipse.birt.data.engine.core.DataException
- Throws:
org.eclipse.birt.data.engine.core.DataException
getDisplayName
java.lang.String getDisplayName()
throws org.eclipse.birt.data.engine.core.DataException
- Throws:
org.eclipse.birt.data.engine.core.DataException
setDisplayName
void setDisplayName(java.lang.String displayName)
throws org.eclipse.birt.data.engine.core.DataException
- Throws:
org.eclipse.birt.data.engine.core.DataException
Copyright © 2008 Actuate Corp. All rights reserved.