org.eclipse.birt.data.engine.api
Interface ICollectionConditionalExpression
- All Known Implementing Classes:
- CollectionConditionalExpression
public interface ICollectionConditionalExpression
This interface defines a set of methods that relate to the operation against Collections.
It is currently used by cube only.
- Author:
- Administrator
OP_IN
static final int OP_IN
- See Also:
- Constant Field Values
OP_NOT_IN
static final int OP_NOT_IN
- See Also:
- Constant Field Values
getExpr
java.util.Collection<IScriptExpression> getExpr()
getOperand
java.util.Collection<java.util.Collection<IScriptExpression>> getOperand()
getOperator
int getOperator()
Copyright © 2008 Actuate Corp. All rights reserved.