public class ExpressionListHandle extends ComplexValueHandle
memberContext, propDefn
elementHandle
Modifier | Constructor and Description |
---|---|
protected |
ExpressionListHandle(DesignElementHandle element,
org.eclipse.birt.report.model.metadata.ElementPropertyDefn thePropDefn)
Constructs an expression list handle for an element property.
|
protected |
ExpressionListHandle(DesignElementHandle element,
org.eclipse.birt.report.model.core.MemberRef ref)
Deprecated.
|
protected |
ExpressionListHandle(DesignElementHandle element,
org.eclipse.birt.report.model.core.StructureContext context)
Constructs an expression list handle for the structure member.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Expression> |
getListValue()
Returns the value as an expression list.
|
void |
setListValue(java.util.List<Expression> toSet)
Returns the value as an expression list.
|
getContext, getDefn, getDisplayValue, getPropertyDefn, getRawValue, getStringValue, getValue, isSet, setStringValue, setValue
getReference
getDesign, getElement, getElementHandle, getModule
protected ExpressionListHandle(DesignElementHandle element, org.eclipse.birt.report.model.core.StructureContext context)
element
- the design element handlecontext
- the memberRef for the member propertyprotected ExpressionListHandle(DesignElementHandle element, org.eclipse.birt.report.model.core.MemberRef ref)
element
- the design element handlecontext
- the memberRef for the member propertyprotected ExpressionListHandle(DesignElementHandle element, org.eclipse.birt.report.model.metadata.ElementPropertyDefn thePropDefn)
element
- handle to the element that defined the property.thePropDefn
- definition of the expression property.public java.util.List<Expression> getListValue()
Expression
.public void setListValue(java.util.List<Expression> toSet) throws SemanticException
Expression
.toSet
- a list containing expressionsSemanticException
Copyright © 2008 Actuate Corp. All rights reserved.