Uses of Interface
org.eclipse.datatools.connectivity.oda.design.DesignerStateContent

Packages that use DesignerStateContent
org.eclipse.datatools.connectivity.oda.design [Platform API] Defines an Open Data Access (ODA) design session that allows a custom ODA designer tool to specify the slice of data to access at run-time. 
org.eclipse.datatools.connectivity.oda.design.util Provides a utility component for handling of ODA Design API objects. 
 

Uses of DesignerStateContent in org.eclipse.datatools.connectivity.oda.design
 

Methods in org.eclipse.datatools.connectivity.oda.design that return DesignerStateContent
 DesignerStateContent DesignFactory.createDesignerStateContent()
          Returns a new object of class 'Designer State Content'.
 DesignerStateContent DesignerState.getStateContent()
          Returns the value of the 'State Content' containment reference.
 

Methods in org.eclipse.datatools.connectivity.oda.design with parameters of type DesignerStateContent
 void DesignerState.setStateContent(DesignerStateContent value)
          Sets the value of the 'State Content' containment reference.
 

Uses of DesignerStateContent in org.eclipse.datatools.connectivity.oda.design.util
 

Methods in org.eclipse.datatools.connectivity.oda.design.util with parameters of type DesignerStateContent
 T DesignSwitch.caseDesignerStateContent(DesignerStateContent object)
          Returns the result of interpreting the object as an instance of 'Designer State Content'.