org.eclipse.datatools.connectivity.oda.design
Interface DesignerStateContent

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface DesignerStateContent
extends org.eclipse.emf.ecore.EObject

An ODA Designer's private state information; its content is a blackbox to an ODA host.

The following features are supported:

See Also:
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

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getStateContentAsString

java.lang.String getStateContentAsString()
Returns the value of the 'State Content As String' attribute. State content in string format.

Returns:
the value of the 'State Content As String' attribute.
See Also:
setStateContentAsString(String), DesignPackage.getDesignerStateContent_StateContentAsString()

setStateContentAsString

void setStateContentAsString(java.lang.String value)
Sets the value of the 'State Content As String' attribute.

Parameters:
value - the new value of the 'State Content As String' attribute.
See Also:
getStateContentAsString()

getStateContentAsBlob

byte[] getStateContentAsBlob()
Returns the value of the 'State Content As Blob' attribute. State content in binary format.

Returns:
the value of the 'State Content As Blob' attribute.
See Also:
setStateContentAsBlob(byte[]), DesignPackage.getDesignerStateContent_StateContentAsBlob()

setStateContentAsBlob

void setStateContentAsBlob(byte[] value)
Sets the value of the 'State Content As Blob' attribute.

Parameters:
value - the new value of the 'State Content As Blob' attribute.
See Also:
getStateContentAsBlob()