|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Private state of an ODA designer upon exit of a design session.
The following features are supported:
DesignPackage.getDesignerState()
Field Summary | |
static java.lang.String |
copyright
|
Method Summary | |
DesignerStateContent |
getStateContent()
Returns the value of the 'State Content' containment reference. |
java.lang.String |
getVersion()
Returns the value of the 'Version' attribute. |
void |
setNewStateContentAsBlob(byte[] value)
Sets the value of the State Content As Blob attribute in a new State Content containment reference. |
void |
setNewStateContentAsString(java.lang.String value)
Sets the value of the State Content As String attribute in a new State Content containment reference. |
void |
setStateContent(DesignerStateContent value)
Sets the value of the ' State Content ' containment reference. |
void |
setVersion(java.lang.String value)
Sets the value of the ' Version ' attribute. |
Field Detail |
public static final java.lang.String copyright
Method Detail |
public java.lang.String getVersion()
setVersion(String)
,
DesignPackage.getDesignerState_Version()
public void setVersion(java.lang.String value)
Version
' attribute.
value
- the new value of the 'Version' attribute.getVersion()
public DesignerStateContent getStateContent()
setStateContent(DesignerStateContent)
,
DesignPackage.getDesignerState_StateContent()
public void setStateContent(DesignerStateContent value)
State Content
' containment reference.
value
- the new value of the 'State Content' containment reference.getStateContent()
public void setNewStateContentAsString(java.lang.String value)
value
- the String content value of the new 'State Content' containment reference.setStateContent(DesignerStateContent)
public void setNewStateContentAsBlob(byte[] value)
value
- the Blob content value of the new 'State Content' containment reference.setStateContent(DesignerStateContent)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |