public class RuleHandle extends StructureHandle
structContextelementHandle| 构造器和说明 |
|---|
RuleHandle(DesignElementHandle element,
org.eclipse.birt.report.model.core.MemberRef context)
已过时。
|
RuleHandle(DesignElementHandle element,
org.eclipse.birt.report.model.core.StructureContext context)
Construct an handle to deal with the action structure.
|
RuleHandle(SimpleValueHandle valueHandle,
int index)
Constructs the handle of configuration variable.
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getDisplayExpression()
Returns the display value of the rule.
|
java.lang.String |
getRuleExpression()
Returns the static value of this rule.
|
void |
setDisplayExpression(java.lang.String expre)
Sets the display value of this rule.
|
void |
setRuleExpression(java.lang.String expre)
Sets the static value of the rule.
|
drop, getContext, getDefn, getExpressionProperty, getExternalizedValue, getExternalizedValue, getIntProperty, getMember, getProperty, getPropertyDefn, getStringProperty, getStructure, isDesignTime, isLocal, iterator, setDesignTime, setExpressionProperty, setProperty, setPropertySilentlygetReferencegetDesign, getElement, getElementHandle, getModulepublic RuleHandle(DesignElementHandle element, org.eclipse.birt.report.model.core.StructureContext context)
element - the element that defined the action.context - context to the rule structure property.public RuleHandle(DesignElementHandle element, org.eclipse.birt.report.model.core.MemberRef context)
element - the element that defined the action.context - context to the rule structure propertypublic RuleHandle(SimpleValueHandle valueHandle, int index)
valueHandle - the value handle for configuration variable list of one
propertyindex - the position of this configuration variable in the listpublic java.lang.String getRuleExpression()
public void setRuleExpression(java.lang.String expre)
expre - the static value to setpublic java.lang.String getDisplayExpression()
public void setDisplayExpression(java.lang.String expre)
expre - the display value to setCopyright © 2008 Actuate Corp. All rights reserved.