|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParameterMode | |
org.eclipse.datatools.connectivity.oda.design | [Provisional] 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.ui.designsession | [Provisional] An utility component that provides the services to handle the DTP ODA Design Session Model API objects. |
Uses of ParameterMode in org.eclipse.datatools.connectivity.oda.design |
Fields in org.eclipse.datatools.connectivity.oda.design declared as ParameterMode | |
static ParameterMode |
ParameterMode.IN_LITERAL
The 'In' literal object. |
static ParameterMode |
ParameterMode.OUT_LITERAL
The 'Out' literal object. |
static ParameterMode |
ParameterMode.IN_OUT_LITERAL
The 'In Out' literal object. |
Methods in org.eclipse.datatools.connectivity.oda.design that return ParameterMode | |
static ParameterMode |
ParameterMode.get(java.lang.String name)
Returns the 'Parameter Mode' literal with the specified name. |
static ParameterMode |
ParameterMode.get(int value)
Returns the 'Parameter Mode' literal with the specified value. |
ParameterMode |
ParameterDefinition.getInOutMode()
Returns the value of the 'In Out Mode' attribute. |
Methods in org.eclipse.datatools.connectivity.oda.design with parameters of type ParameterMode | |
void |
ParameterDefinition.setInOutMode(ParameterMode value)
Sets the value of the ' In Out Mode ' attribute. |
Uses of ParameterMode in org.eclipse.datatools.connectivity.oda.design.ui.designsession |
Methods in org.eclipse.datatools.connectivity.oda.design.ui.designsession that return ParameterMode | |
static ParameterMode |
DesignSessionUtil.toParameterModeDesign(int runtimeParamMode)
Converts the specified ODA runtime parameter mode value to corresponding ODA design-time parameter mode value. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |