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

Packages that use OutputElementAttributes
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 OutputElementAttributes in org.eclipse.datatools.connectivity.oda.design
 

Methods in org.eclipse.datatools.connectivity.oda.design that return OutputElementAttributes
 OutputElementAttributes DesignFactory.createOutputElementAttributes()
          Returns a new object of class 'Output Element Attributes'.
 OutputElementAttributes ParameterDefinition.getOutputUsageHints()
          Returns the value of the 'Output Usage Hints' containment reference.
 OutputElementAttributes ParameterFieldDefinition.getOutputUsageHints()
          Returns the value of the 'Output Usage Hints' containment reference.
 OutputElementAttributes ColumnDefinition.getUsageHints()
          Returns the value of the 'Usage Hints' containment reference.
 

Methods in org.eclipse.datatools.connectivity.oda.design with parameters of type OutputElementAttributes
 void ParameterDefinition.setOutputUsageHints(OutputElementAttributes value)
          Sets the value of the 'Output Usage Hints' containment reference.
 void ParameterFieldDefinition.setOutputUsageHints(OutputElementAttributes value)
          Sets the value of the 'Output Usage Hints' containment reference.
 void ColumnDefinition.setUsageHints(OutputElementAttributes value)
          Sets the value of the 'Usage Hints' containment reference.
 

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

Methods in org.eclipse.datatools.connectivity.oda.design.util with parameters of type OutputElementAttributes
 T DesignSwitch.caseOutputElementAttributes(OutputElementAttributes object)
          Returns the result of interpreting the object as an instance of 'Output Element Attributes'.