|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines a design session response to an ODA host designer upon exit of the session.
The following features are supported:
DesignPackage.getDesignSessionResponse()
Field Summary | |
static java.lang.String |
copyright
|
Method Summary | |
DataAccessDesign |
getDataAccessDesign()
Returns the value of the 'Data Access Design' containment reference. |
DataSetDesign |
getDataSetDesign()
Obtains the top-level Data Set Design associated with this Response session. |
DataSourceDesign |
getDataSourceDesign()
Obtains the Data Source Design associated with the top level Data Set in this Response session. |
DesignerState |
getDesignerState()
Returns the value of the 'Designer State' containment reference. |
SessionStatus |
getSessionStatus()
Returns the value of the 'Session Status' attribute. |
boolean |
isSetSessionStatus()
Returns whether the value of the ' Session Status ' attribute is set. |
void |
setDataAccessDesign(DataAccessDesign value)
Sets the value of the ' Data Access Design ' containment reference. |
void |
setDesignerState(DesignerState value)
Sets the value of the ' Designer State ' containment reference. |
void |
setNewDataAccessDesign(DataSourceDesign dataSourceDesign)
Sets the value of the ' Data Access Design ' containment reference
with a new data access design with a
new data set associated with given data source design. |
void |
setSessionStatus(SessionStatus value)
Sets the value of the ' Session Status ' attribute. |
void |
unsetSessionStatus()
Unsets the value of the ' Session Status ' attribute. |
Field Detail |
public static final java.lang.String copyright
Method Detail |
public DataSourceDesign getDataSourceDesign()
getDataAccessDesign()
public DataSetDesign getDataSetDesign()
getDataAccessDesign()
public SessionStatus getSessionStatus()
"Ok"
.
The literals are from the enumeration SessionStatus
.
ODA design session exit status. This tells the ODA host designer whether the design session was successful, and how it may consume and save the session response information.
SessionStatus
,
isSetSessionStatus()
,
unsetSessionStatus()
,
setSessionStatus(SessionStatus)
,
DesignPackage.getDesignSessionResponse_SessionStatus()
public void setSessionStatus(SessionStatus value)
Session Status
' attribute.
value
- the new value of the 'Session Status' attribute.SessionStatus
,
isSetSessionStatus()
,
unsetSessionStatus()
,
getSessionStatus()
public void unsetSessionStatus()
Session Status
' attribute.
isSetSessionStatus()
,
getSessionStatus()
,
setSessionStatus(SessionStatus)
public boolean isSetSessionStatus()
Session Status
' attribute is set.
unsetSessionStatus()
,
getSessionStatus()
,
setSessionStatus(SessionStatus)
public DataAccessDesign getDataAccessDesign()
setDataAccessDesign(DataAccessDesign)
,
DesignPackage.getDesignSessionResponse_DataAccessDesign()
public void setDataAccessDesign(DataAccessDesign value)
Data Access Design
' containment reference.
value
- the new value of the 'Data Access Design' containment reference.getDataAccessDesign()
public void setNewDataAccessDesign(DataSourceDesign dataSourceDesign)
Data Access Design
' containment reference
with a new data access design with a
new data set associated with given data source design.
dataSourceDesign
- setDataAccessDesign(DataAccessDesign)
public DesignerState getDesignerState()
setDesignerState(DesignerState)
,
DesignPackage.getDesignSessionResponse_DesignerState()
public void setDesignerState(DesignerState value)
Designer State
' containment reference.
value
- the new value of the 'Designer State' containment reference.getDesignerState()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |