Interface IFilterCondition
public interface IFilterCondition
Represents the design of an FilterCondition in the scripting environment
-
Method Summary
Modifier and TypeMethodDescriptiongetExpr()
Returns exprReturns operatororg.eclipse.birt.report.model.api.core.IStructure
Returns structure.Returns value1Returns value2void
Sets exprvoid
setOperator
(String operator) Sets operatorvoid
Sets value1void
Sets value2
-
Method Details
-
getOperator
String getOperator()Returns operator- Returns:
- operator
-
setOperator
Sets operator- Parameters:
operator
-- Throws:
ScriptException
-
getValue1
String getValue1()Returns value1- Returns:
- value1
-
setValue1
Sets value1- Parameters:
value1
-- Throws:
ScriptException
-
getValue2
String getValue2()Returns value2- Returns:
- value2
-
setValue2
Sets value2- Parameters:
value2
-- Throws:
ScriptException
-
getStructure
org.eclipse.birt.report.model.api.core.IStructure getStructure()Returns structure.- Returns:
- structure
-
setExpr
Sets expr- Parameters:
expr
-- Throws:
ScriptException
-
getExpr
String getExpr()Returns expr- Returns:
- expr
-