org.eclipse.birt.report.engine.api.script.element
Interface IHideRule


public interface IHideRule

Represents the design of an HighRule in the scripting environment


Method Summary
 java.lang.String getFormat()
          Returns format
 org.eclipse.birt.report.model.api.core.IStructure getStructure()
          Returns structure.
 java.lang.String getValueExpr()
          Returns value expression
 void setFormat(java.lang.String format)
          Sets format
 void setValueExpr(java.lang.String valueExpr)
          Sets value expression.
 

Method Detail

getFormat

java.lang.String getFormat()
Returns format

Returns:
format

setFormat

void setFormat(java.lang.String format)
               throws ScriptException
Sets format

Parameters:
format -
Throws:
ScriptException

getValueExpr

java.lang.String getValueExpr()
Returns value expression

Returns:
value expression

setValueExpr

void setValueExpr(java.lang.String valueExpr)
                  throws ScriptException
Sets value expression.

Parameters:
valueExpr -
Throws:
ScriptException

getStructure

org.eclipse.birt.report.model.api.core.IStructure getStructure()
Returns structure.

Returns:
structure


Copyright © 2008 Actuate Corp. All rights reserved.