|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DesignSessionRequest
Defines a design session requested by an ODA host designer.
The following features are supported:
DesignPackage.getDesignSessionRequest()
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 Request session. |
DataSourceDesign |
getDataSourceDesign()
Obtains the Data Source Design associated with the top level Data Set in this Request session. |
DesignerState |
getDesignerState()
Returns the value of the 'Designer State' containment reference. |
Locale |
getSessionLocale()
Returns the value of the 'Session Locale' containment reference. |
boolean |
isEditable()
Returns the value of the 'Editable' attribute. |
boolean |
isSetEditable()
Returns whether the value of the ' Editable ' 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 |
setEditable(boolean value)
Sets the value of the ' Editable ' attribute. |
void |
setNewDataAccessDesign(DataSetDesign dataSetDesign)
Sets the value of the ' Data Access Design ' containment reference
with a new data access design that contains the
specified data set design. |
void |
setNewDataAccessDesign(DataSourceDesign dataSourceDesign)
Sets the value of the ' Data Access Design ' containment reference
with a new data access design that contains a
new data set associated with given data source design. |
void |
setSessionLocale(Locale value)
Sets the value of the ' Session Locale ' containment reference. |
void |
unsetEditable()
Unsets the value of the ' Editable ' attribute. |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
DataSourceDesign getDataSourceDesign()
getDataAccessDesign()
DataSetDesign getDataSetDesign()
getDataAccessDesign()
DataAccessDesign getDataAccessDesign()
setDataAccessDesign(DataAccessDesign)
,
DesignPackage.getDesignSessionRequest_DataAccessDesign()
void setDataAccessDesign(DataAccessDesign value)
Data Access Design
' containment reference.
value
- the new value of the 'Data Access Design' containment reference.getDataAccessDesign()
void setNewDataAccessDesign(DataSourceDesign dataSourceDesign)
Data Access Design
' containment reference
with a new data access design that contains a
new data set associated with given data source design.
dataSourceDesign
- setDataAccessDesign(DataAccessDesign)
void setNewDataAccessDesign(DataSetDesign dataSetDesign)
Data Access Design
' containment reference
with a new data access design that contains the
specified data set design.
dataSetDesign
- setDataAccessDesign(DataAccessDesign)
boolean isEditable()
"true"
.
Specifies whether the design session is requested to be in an "editable" or "read-only" mode. For a read-only design session, the ODA host designer would ignore any changes found in the session response. It is up to individual ODA designer to honor the requested mode and adjusts its UI behavior.
isSetEditable()
,
unsetEditable()
,
setEditable(boolean)
,
DesignPackage.getDesignSessionRequest_Editable()
void setEditable(boolean value)
Editable
' attribute.
value
- the new value of the 'Editable' attribute.isSetEditable()
,
unsetEditable()
,
isEditable()
void unsetEditable()
Editable
' attribute.
isSetEditable()
,
isEditable()
,
setEditable(boolean)
boolean isSetEditable()
Editable
' attribute is set.
unsetEditable()
,
isEditable()
,
setEditable(boolean)
Locale getSessionLocale()
setSessionLocale(Locale)
,
DesignPackage.getDesignSessionRequest_SessionLocale()
void setSessionLocale(Locale value)
Session Locale
' containment reference.
value
- the new value of the 'Session Locale' containment reference.getSessionLocale()
DesignerState getDesignerState()
setDesignerState(DesignerState)
,
DesignPackage.getDesignSessionRequest_DesignerState()
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 |