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

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

Methods in org.eclipse.datatools.connectivity.oda.design that return InputElementAttributes
 InputElementAttributes DesignFactory.createInputElementAttributes()
          Returns a new object of class 'Input Element Attributes'.
 InputElementAttributes ParameterDefinition.getEditableInputElementAttributes()
          A short-cut method that returns the value of the 'Element Attributes' containment referenced by the 'Input Attributes' containment reference.
 InputElementAttributes PropertyAttributes.getElementAttributes()
          Returns the value of the 'Element Attributes' containment reference.
 InputElementAttributes InputParameterAttributes.getElementAttributes()
          Returns the value of the 'Element Attributes' containment reference.
 InputElementAttributes ParameterFieldDefinition.getInputAttributes()
          Returns the value of the 'Input Attributes' containment reference.
 

Methods in org.eclipse.datatools.connectivity.oda.design with parameters of type InputElementAttributes
 void PropertyAttributes.setElementAttributes(InputElementAttributes value)
          Sets the value of the 'Element Attributes' containment reference.
 void InputParameterAttributes.setElementAttributes(InputElementAttributes value)
          Sets the value of the 'Element Attributes' containment reference.
 void ParameterFieldDefinition.setInputAttributes(InputElementAttributes value)
          Sets the value of the 'Input Attributes' containment reference.
 

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

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