| 
 | ||||||||||
| 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 | A 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 with type parameters of type ParameterMode | |
|---|---|
| static java.util.List<ParameterMode> | ParameterMode.VALUESA public read-only list of all the 'Parameter Mode' enumerators. | 
| Methods in org.eclipse.datatools.connectivity.oda.design that return ParameterMode | |
|---|---|
| static ParameterMode | ParameterMode.get(int value)Returns the 'Parameter Mode' literal with the specified integer value. | 
| 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. | 
|  ParameterMode | ParameterDefinition.getInOutMode()Returns the value of the 'In Out Mode' attribute. | 
| static ParameterMode | ParameterMode.valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static ParameterMode[] | ParameterMode.values()Returns an array containing the constants of this enum type, in the order they're declared. | 
| 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 | |||||||||