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

Field Summary
static int OP_IN
           
static int OP_NOT_IN
           
 
Method Summary
 java.util.Collection<IScriptExpression> getExpr()
           
 java.util.Collection<java.util.Collection<IScriptExpression>> getOperand()
           
 int getOperator()
           
 

Field Detail

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
Method Detail

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.