|
||||||||||
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.OdaDesignerStateHandle
public class OdaDesignerStateHandle
The structure handle of the Oda designer state.
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 | |
---|---|
OdaDesignerStateHandle(DesignElementHandle elementHandle,
org.eclipse.birt.report.model.core.MemberRef memberRef)
Constructs the handle of Oda Designer state. |
Method Summary | |
---|---|
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. |
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 OdaDesignerStateHandle(DesignElementHandle elementHandle, org.eclipse.birt.report.model.core.MemberRef memberRef)
elementHandle
- the oda data set element.memberRef
- reference to the structure.Method Detail |
---|
public 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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |