public class ExpressionListHandle extends ComplexValueHandle
memberContext, propDefnelementHandle| 限定符 | 构造器和说明 |
|---|---|
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)
已过时。
|
protected |
ExpressionListHandle(DesignElementHandle element,
org.eclipse.birt.report.model.core.StructureContext context)
Constructs an expression list handle for the structure member.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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, setValuegetReferencegetDesign, getElement, getElementHandle, getModuleprotected 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 expressionsSemanticExceptionCopyright © 2008 Actuate Corp. All rights reserved.