public class OdaDesignerStateHandle extends StructureHandle
structContextelementHandle| 构造器和说明 |
|---|
OdaDesignerStateHandle(DesignElementHandle elementHandle,
org.eclipse.birt.report.model.core.MemberRef context)
已过时。
|
OdaDesignerStateHandle(DesignElementHandle elementHandle,
org.eclipse.birt.report.model.core.StructureContext context)
Constructs the handle of Oda Designer state.
|
| 限定符和类型 | 方法和说明 |
|---|---|
byte[] |
getContentAsBlob()
Returns the content data as byte arrays.
|
java.lang.String |
getContentAsString()
Returns the content data as string.
|
java.lang.String |
getVersion()
Returns the version of the designer state's data.
|
void |
setContentAsBlob(byte[] contentBlob)
Sets the content data as byte arrays.
|
void |
setContentAsString(java.lang.String contentString)
Sets the content data as string.
|
void |
setVersion(java.lang.String version)
Sets the version of the designer state's data.
|
drop, getContext, getDefn, getExpressionProperty, getExternalizedValue, getExternalizedValue, getIntProperty, getMember, getProperty, getPropertyDefn, getStringProperty, getStructure, isDesignTime, isLocal, iterator, setDesignTime, setExpressionProperty, setProperty, setPropertySilentlygetReferencegetDesign, getElement, getElementHandle, getModulepublic OdaDesignerStateHandle(DesignElementHandle elementHandle, org.eclipse.birt.report.model.core.StructureContext context)
elementHandle - the oda data set element.context - context to the structure.public OdaDesignerStateHandle(DesignElementHandle elementHandle, org.eclipse.birt.report.model.core.MemberRef context)
elementHandle - the oda data set element.context - context to the structurepublic java.lang.String getVersion()
public void setVersion(java.lang.String version)
version - the version of the designer state's data.public byte[] getContentAsBlob()
public void setContentAsBlob(byte[] contentBlob)
contentBlob - the content data as byte arrays.public java.lang.String getContentAsString()
public void setContentAsString(java.lang.String contentString)
contentString - the content data as string.Copyright © 2008 Actuate Corp. All rights reserved.