public class OdaDesignerStateHandle extends StructureHandle
structContext
elementHandle
Constructor and Description |
---|
OdaDesignerStateHandle(DesignElementHandle elementHandle,
org.eclipse.birt.report.model.core.MemberRef context)
Deprecated.
|
OdaDesignerStateHandle(DesignElementHandle elementHandle,
org.eclipse.birt.report.model.core.StructureContext context)
Constructs the handle of Oda Designer state.
|
Modifier and Type | Method and Description |
---|---|
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, setPropertySilently
getReference
getDesign, getElement, getElementHandle, getModule
public 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.