|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An ODA Designer's private state information; its content is a blackbox to an ODA host.
The following features are supported:
DesignPackage.getDesignerStateContent()
Field Summary | |
static java.lang.String |
copyright
|
Method Summary | |
byte[] |
getStateContentAsBlob()
Returns the value of the 'State Content As Blob' attribute. |
java.lang.String |
getStateContentAsString()
Returns the value of the 'State Content As String' attribute. |
void |
setStateContentAsBlob(byte[] value)
Sets the value of the ' State Content As Blob ' attribute. |
void |
setStateContentAsString(java.lang.String value)
Sets the value of the ' State Content As String ' attribute. |
Field Detail |
public static final java.lang.String copyright
Method Detail |
public java.lang.String getStateContentAsString()
setStateContentAsString(String)
,
DesignPackage.getDesignerStateContent_StateContentAsString()
public void setStateContentAsString(java.lang.String value)
State Content As String
' attribute.
value
- the new value of the 'State Content As String' attribute.getStateContentAsString()
public byte[] getStateContentAsBlob()
setStateContentAsBlob(byte[])
,
DesignPackage.getDesignerStateContent_StateContentAsBlob()
public void setStateContentAsBlob(byte[] value)
State Content As Blob
' attribute.
value
- the new value of the 'State Content As Blob' attribute.getStateContentAsBlob()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |