Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.rse.ui.widgets
Interface IIBMiProgramPromptTypes

All Known Implementing Classes:
QSYSModulePrompt, QSYSProgramPrompt

public interface IIBMiProgramPromptTypes

Constants for the types of program prompts supported by IBMiProgramPrompt composite widget


Field Summary
static String copyright
           
static int PGMTYPE_PGM
          Prompting for a program
static int PGMTYPE_PGM_OR_SRVPGM
          Prompting for either a program or a service program
static int PGMTYPE_SRVPGM
          Prompting for a service program
 

Field Detail

copyright

static final String copyright
See Also:
Constant Field Values

PGMTYPE_PGM

static final int PGMTYPE_PGM
Prompting for a program

See Also:
Constant Field Values

PGMTYPE_SRVPGM

static final int PGMTYPE_SRVPGM
Prompting for a service program

See Also:
Constant Field Values

PGMTYPE_PGM_OR_SRVPGM

static final int PGMTYPE_PGM_OR_SRVPGM
Prompting for either a program or a service program

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.