public class RuleHandle extends StructureHandle
structContext
elementHandle
Constructor and Description |
---|
RuleHandle(DesignElementHandle element,
org.eclipse.birt.report.model.core.MemberRef context)
Deprecated.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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, setPropertySilently
getReference
getDesign, getElement, getElementHandle, getModule
public 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.