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

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

Methods in org.eclipse.datatools.connectivity.oda.design that return ExpressionParameterDefinition
 ExpressionParameterDefinition ExpressionArguments.addDynamicParameter(ParameterDefinition inputParam)
          Appends a new ExpressionParameterDefinition with the specified dynamic input parameter definition to the 'Expression Parameters' containment reference.
 ExpressionParameterDefinition ExpressionArguments.addStaticParameter(java.lang.Object aStaticValue)
          Appends a new ExpressionParameterDefinition with the specified static value to the 'Expression Parameters' containment reference.
 ExpressionParameterDefinition DesignFactory.createExpressionParameterDefinition()
          Returns a new object of class 'Expression Parameter Definition'.
 

Methods in org.eclipse.datatools.connectivity.oda.design that return types with arguments of type ExpressionParameterDefinition
 org.eclipse.emf.common.util.EList<ExpressionParameterDefinition> ExpressionArguments.getExpressionParameterDefinitions()
          Returns the collection of parameter definitions in the 'Expression Parameters' containment reference.
 org.eclipse.emf.common.util.EList<ExpressionParameterDefinition> ExpressionParameters.getParameterDefinitions()
          Returns the value of the 'Parameter Definitions' containment reference list.
 

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

Methods in org.eclipse.datatools.connectivity.oda.design.util with parameters of type ExpressionParameterDefinition
 T DesignSwitch.caseExpressionParameterDefinition(ExpressionParameterDefinition object)
          Returns the result of interpreting the object as an instance of 'Expression Parameter Definition'.