iSeries Remote Systems
v6.0.0

com.ibm.etools.iseries.core.compile
Interface IISeriesCompileConstants

All Known Implementing Classes:
ISeriesCompileUtilities

public interface IISeriesCompileConstants

Constants used to support the Compile actions for native source members.


Field Summary
static String Copyright
           
static String DBGVIEW_NONE
           
static String DBGVIEW_SRC
           
static String EVF
           
static String LST
           
static String NO_EVF
           
static String NO_LST
           
static String NO_SRC
           
static String OPTION
           
static String SRC
           
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values

EVF

public static final String EVF
See Also:
Constant Field Values

SRC

public static final String SRC
See Also:
Constant Field Values

LST

public static final String LST
See Also:
Constant Field Values

NO_EVF

public static final String NO_EVF
See Also:
Constant Field Values

NO_SRC

public static final String NO_SRC
See Also:
Constant Field Values

NO_LST

public static final String NO_LST
See Also:
Constant Field Values

DBGVIEW_SRC

public static final String DBGVIEW_SRC
See Also:
Constant Field Values

DBGVIEW_NONE

public static final String DBGVIEW_NONE
See Also:
Constant Field Values

OPTION

public static final String OPTION
See Also:
Constant Field Values

iSeries Remote Systems
v6.0.0

Copyright © 2005 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.