Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.edit
Interface IISeriesEditorNativeConstants

All Known Implementing Classes:
IBMiEditorCOBOLNativeInterface, ISeriesEditorCobolSyntaxChecker, ISeriesEditorDDSNativeInterface

public interface IISeriesEditorNativeConstants

Constants used by the RPG, COBOL and DDS program verifiers and syntax checkers.


Field Summary
static int CODE400_ERROR_LOADING_CODE_INTERFACE_LIBRARY
           
static int CODE400_ERROR_LOADING_CODE_LIBRARY
           
static int CODE400_ERROR_LOADING_CODE_METHOD
           
static int CODE400_ERROR_LOADING_REGISTRY_KEY_ADTS_INSTALL
           
static int CODE400_ERROR_LOADING_REGISTRY_KEY_WDT_DIRECTORY
           
static int CODE400_OK
          Deprecated. use the NATIVE_ constants instead
static int NATIVE_ERROR_LOADING_NATIVE_INTERFACE_LIBRARY
           
static int NATIVE_ERROR_LOADING_NATIVE_LIBRARY
           
static int NATIVE_ERROR_LOADING_NATIVE_METHOD
           
static int NATIVE_ERROR_NO_PATH_GIVEN
           
static int NATIVE_ERROR_RESOLVING_PLUGIN_PATH
           
static int NATIVE_OK
          Return codes from access native program verifiers and syntax checkers
 

Field Detail

CODE400_OK

static final int CODE400_OK
Deprecated. use the NATIVE_ constants instead
See Also:
Constant Field Values

CODE400_ERROR_LOADING_REGISTRY_KEY_ADTS_INSTALL

static final int CODE400_ERROR_LOADING_REGISTRY_KEY_ADTS_INSTALL
See Also:
Constant Field Values

CODE400_ERROR_LOADING_REGISTRY_KEY_WDT_DIRECTORY

static final int CODE400_ERROR_LOADING_REGISTRY_KEY_WDT_DIRECTORY
See Also:
Constant Field Values

CODE400_ERROR_LOADING_CODE_LIBRARY

static final int CODE400_ERROR_LOADING_CODE_LIBRARY
See Also:
Constant Field Values

CODE400_ERROR_LOADING_CODE_METHOD

static final int CODE400_ERROR_LOADING_CODE_METHOD
See Also:
Constant Field Values

CODE400_ERROR_LOADING_CODE_INTERFACE_LIBRARY

static final int CODE400_ERROR_LOADING_CODE_INTERFACE_LIBRARY
See Also:
Constant Field Values

NATIVE_OK

static final int NATIVE_OK
Return codes from access native program verifiers and syntax checkers

See Also:
Constant Field Values

NATIVE_ERROR_RESOLVING_PLUGIN_PATH

static final int NATIVE_ERROR_RESOLVING_PLUGIN_PATH
See Also:
Constant Field Values

NATIVE_ERROR_NO_PATH_GIVEN

static final int NATIVE_ERROR_NO_PATH_GIVEN
See Also:
Constant Field Values

NATIVE_ERROR_LOADING_NATIVE_LIBRARY

static final int NATIVE_ERROR_LOADING_NATIVE_LIBRARY
See Also:
Constant Field Values

NATIVE_ERROR_LOADING_NATIVE_METHOD

static final int NATIVE_ERROR_LOADING_NATIVE_METHOD
See Also:
Constant Field Values

NATIVE_ERROR_LOADING_NATIVE_INTERFACE_LIBRARY

static final int NATIVE_ERROR_LOADING_NATIVE_INTERFACE_LIBRARY
See Also:
Constant Field Values

Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.