|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.birt.report.model.api.ElementDetailHandle
org.eclipse.birt.report.model.api.ValueHandle
org.eclipse.birt.report.model.api.StructureHandle
org.eclipse.birt.report.model.api.RuleHandle
public class RuleHandle
Represents a rule handle.
| Field Summary |
|---|
| Fields inherited from class org.eclipse.birt.report.model.api.StructureHandle |
|---|
structRef |
| Fields inherited from class org.eclipse.birt.report.model.api.ElementDetailHandle |
|---|
elementHandle |
| Constructor Summary | |
|---|---|
RuleHandle(DesignElementHandle element,
org.eclipse.birt.report.model.core.MemberRef ref)
Construct an handle to deal with the action structure. |
|
RuleHandle(SimpleValueHandle valueHandle,
int index)
Constructs the handle of configuration variable. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.eclipse.birt.report.model.api.StructureHandle |
|---|
drop, getDefn, getExternalizedValue, getMember, getProperty, getPropertyDefn, getReference, getStringProperty, getStructure, isDesignTime, iterator, setDesignTime, setProperty, setPropertySilently |
| Methods inherited from class org.eclipse.birt.report.model.api.ElementDetailHandle |
|---|
getDesign, getElement, getElementHandle, getModule |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RuleHandle(DesignElementHandle element,
org.eclipse.birt.report.model.core.MemberRef ref)
element - the element that defined the action.ref - reference to the action property.
public RuleHandle(SimpleValueHandle valueHandle,
int index)
valueHandle - the value handle for configuration variable list of one
propertyindex - the position of this configuration variable in the list| Method Detail |
|---|
public 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 set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||