|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final java.lang.String copyright
Method Detail |
public DataSourceDesign getDataSourceDesign()
getDataAccessDesign()
public DataSetDesign getDataSetDesign()
getDataAccessDesign()
public DataAccessDesign getDataAccessDesign()
setDataAccessDesign(DataAccessDesign)
,
DesignPackage.getDesignSessionRequest_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 that contains a
new data set associated with given data source design.
dataSourceDesign
- setDataAccessDesign(DataAccessDesign)
public 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)
public 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()
public void setEditable(boolean value)
Editable
' attribute.
value
- the new value of the 'Editable' attribute.isSetEditable()
,
unsetEditable()
,
isEditable()
public void unsetEditable()
Editable
' attribute.
isSetEditable()
,
isEditable()
,
setEditable(boolean)
public boolean isSetEditable()
Editable
' attribute is set.
unsetEditable()
,
isEditable()
,
setEditable(boolean)
public Locale getSessionLocale()
setSessionLocale(Locale)
,
DesignPackage.getDesignSessionRequest_SessionLocale()
public void setSessionLocale(Locale value)
Session Locale
' containment reference.
value
- the new value of the 'Session Locale' containment reference.getSessionLocale()
public DesignerState getDesignerState()
setDesignerState(DesignerState)
,
DesignPackage.getDesignSessionRequest_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 |