org.eclipse.birt.data.engine.api.querydefn
Class ExpressionCollection

java.lang.Object
  extended by org.eclipse.birt.data.engine.api.querydefn.BaseExpression
      extended by org.eclipse.birt.data.engine.api.querydefn.ExpressionCollection
All Implemented Interfaces:
IBaseExpression, IExpressionCollection

public class ExpressionCollection
extends BaseExpression
implements IExpressionCollection

Default implementation of IExpressionCollection interface.


Field Summary
 
Fields inherited from class org.eclipse.birt.data.engine.api.querydefn.BaseExpression
constantId, dataType, handle, javaScriptId
 
Fields inherited from interface org.eclipse.birt.data.engine.api.IBaseExpression
GROUP_OVERALL
 
Constructor Summary
ExpressionCollection(IBaseExpression[] expression)
           
ExpressionCollection(java.util.List text)
           
 
Method Summary
 java.util.Collection getExpressions()
          see org.eclipse.birt.data.engine.api.IExpressionCollection#getExpressions()
 
Methods inherited from class org.eclipse.birt.data.engine.api.querydefn.BaseExpression
getDataType, getGroupName, getHandle, getScriptId, setDataType, setGroupName, setHandle, setScriptId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.birt.data.engine.api.IBaseExpression
getDataType, getGroupName, getHandle, getScriptId, setGroupName, setHandle, setScriptId
 

Constructor Detail

ExpressionCollection

public ExpressionCollection(java.util.List text)
Parameters:
text -
Throws:
org.eclipse.birt.data.engine.core.DataException

ExpressionCollection

public ExpressionCollection(IBaseExpression[] expression)
Parameters:
expression -
Method Detail

getExpressions

public java.util.Collection getExpressions()
see org.eclipse.birt.data.engine.api.IExpressionCollection#getExpressions()

Specified by:
getExpressions in interface IExpressionCollection


Copyright © 2008 Actuate Corp. All rights reserved.