|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParameterMode | |
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.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 literal)
Returns the 'Parameter Mode' literal with the specified literal value. |
static ParameterMode |
ParameterMode.getByName(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 integer 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. |
static ParameterMode |
DesignSessionUtil.toParameterModeDesign(int runtimeParamMode,
ParameterMode defaultMode)
Converts the specified ODA runtime parameter mode value to corresponding ODA design-time parameter mode value. |
Methods in org.eclipse.datatools.connectivity.oda.design.ui.designsession with parameters of type ParameterMode | |
static DataSetParameters |
DesignSessionUtil.toDataSetParametersDesign(IParameterMetaData pmd,
ParameterMode defaultMode)
Converts the contents of an ODA runtime parameters meta data to an ODA design-time DataSetParameters instance. |
static ParameterMode |
DesignSessionUtil.toParameterModeDesign(int runtimeParamMode,
ParameterMode defaultMode)
Converts the specified ODA runtime parameter mode value to corresponding ODA design-time parameter mode value. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |