|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Definition of an ODA design session on a Data Access Design.
The following features are supported:
DesignPackage.getOdaDesignSession()
Field Summary | |
static java.lang.String |
copyright
|
Method Summary | |
DesignSessionRequest |
getRequest()
Returns the value of the 'Request' containment reference. |
DataSetDesign |
getRequestDataSetDesign()
Obtains the top-level Data Set Design associated with the Request session. |
DataSourceDesign |
getRequestDataSourceDesign()
Obtains the Data Source Design associated with the top-level Data Set in the Request session. |
DesignSessionResponse |
getResponse()
Returns the value of the 'Response' containment reference. |
DataSetDesign |
getResponseDataSetDesign()
Gets the Data Set Design associated with the Response session. |
DataSourceDesign |
getResponseDataSourceDesign()
Gets the Data Source Design associated with the top level Data Set in the Response session. |
void |
setNewRequest(DataSetDesign dataSetDesign)
Sets the value of the ' Request ' containment reference
with a new request associated with the given data set design. |
void |
setNewRequest(DataSourceDesign dataSourceDesign)
Sets the value of the ' Request ' containment reference
with a new request associated with the given data source design. |
void |
setNewResponse(boolean isSessionOk,
DataSetDesign dataSetDesign)
Sets the value of the ' Response ' containment reference
with a new response that contains the given session status
and DataSetDesign instance. |
void |
setNewResponse(boolean isSessionOk,
DataSourceDesign dataSourceDesign)
Sets the value of the ' Response ' containment reference
with a new response that contains the given session status
and DataSourceDesign. |
void |
setRequest(DesignSessionRequest value)
Sets the value of the ' Request ' containment reference. |
void |
setResponse(DesignSessionResponse value)
Sets the value of the ' Response ' containment reference. |
void |
setResponseInCancelledState()
Sets the value of the ' Response ' containment reference
with a response in a Cancelled session state. |
Field Detail |
public static final java.lang.String copyright
Method Detail |
public DesignSessionRequest getRequest()
setRequest(DesignSessionRequest)
,
DesignPackage.getOdaDesignSession_Request()
public void setRequest(DesignSessionRequest value)
Request
' containment reference.
value
- the new value of the 'Request' containment reference.getRequest()
public void setNewRequest(DataSourceDesign dataSourceDesign)
Request
' containment reference
with a new request associated with the given data source design.
dataSourceDesign
- setRequest(DesignSessionRequest)
public void setNewRequest(DataSetDesign dataSetDesign)
Request
' containment reference
with a new request associated with the given data set design.
dataSetDesign
- setRequest(DesignSessionRequest)
public DesignSessionResponse getResponse()
setResponse(DesignSessionResponse)
,
DesignPackage.getOdaDesignSession_Response()
public void setResponse(DesignSessionResponse value)
Response
' containment reference.
value
- the new value of the 'Response' containment reference.getResponse()
public void setNewResponse(boolean isSessionOk, DataSourceDesign dataSourceDesign)
Response
' containment reference
with a new response that contains the given session status
and DataSourceDesign.
dataSourceDesign
- setResponse(DesignSessionResponse)
public void setNewResponse(boolean isSessionOk, DataSetDesign dataSetDesign)
Response
' containment reference
with a new response that contains the given session status
and DataSetDesign instance.
dataSetDesign
- setResponse(DesignSessionResponse)
public void setResponseInCancelledState()
Response
' containment reference
with a response in a Cancelled session state.
setResponse(DesignSessionResponse)
public DataSourceDesign getRequestDataSourceDesign()
getRequest()
public DataSetDesign getRequestDataSetDesign()
getRequest()
public DataSourceDesign getResponseDataSourceDesign()
getResponse()
public DataSetDesign getResponseDataSetDesign()
getResponse()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |