Interface IHideRule
public interface IHideRule
Represents the design of an HighRule in the scripting environment
-
Method Summary
Modifier and TypeMethodDescriptionReturns formatorg.eclipse.birt.report.model.api.core.IStructure
Returns structure.Returns value expressionvoid
Sets formatvoid
setValueExpr
(String valueExpr) Sets value expression.
-
Method Details
-
getFormat
String getFormat()Returns format- Returns:
- format
-
setFormat
Sets format- Parameters:
format
-- Throws:
ScriptException
-
getValueExpr
String getValueExpr()Returns value expression- Returns:
- value expression
-
setValueExpr
Sets value expression.- Parameters:
valueExpr
-- Throws:
ScriptException
-
getStructure
org.eclipse.birt.report.model.api.core.IStructure getStructure()Returns structure.- Returns:
- structure
-