|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DesignerStateContent
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. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
java.lang.String getStateContentAsString()
setStateContentAsString(String)
,
DesignPackage.getDesignerStateContent_StateContentAsString()
void setStateContentAsString(java.lang.String value)
State Content As String
' attribute.
value
- the new value of the 'State Content As String' attribute.getStateContentAsString()
byte[] getStateContentAsBlob()
setStateContentAsBlob(byte[])
,
DesignPackage.getDesignerStateContent_StateContentAsBlob()
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 |