iSeries Remote Systems
v6.0.0

com.ibm.etools.iseries.editor
Interface IISeriesEditorConstantsRPG

All Superinterfaces:
IISeriesEditorConstantsColors
All Known Subinterfaces:
IISeriesEditorConstantsRPGILE, IISeriesEditorConstantsRPGOPM
All Known Implementing Classes:
ISeriesEditorRPGILEFormatLine, ISeriesEditorRPGILEFreeFormConverter, ISeriesEditorRPGILEParser, ISeriesEditorRPGILEPrompter, ISeriesEditorRPGILESyntaxChecker, ISeriesEditorRPGILETokenizer, ISeriesEditorRPGOPMFormatLine, ISeriesEditorRPGOPMParser, ISeriesEditorRPGOPMPrompter, ISeriesEditorRPGOPMTokenizer, ISeriesEditorUtilities

public interface IISeriesEditorConstantsRPG
extends IISeriesEditorConstantsColors


Field Summary
static String[] _straSQLWords
           
static String CMD_SETFIELDS
           
static String CMD_SETFIELDSBLANK
           
static String CMD_SETFORMATLINETEXT
           
static String CMD_SETTABS
           
static int COLUMN_C_FREE
           
static int COLUMN_C_OPCODE
           
static int COLUMN_COMMENT
           
static int COLUMN_FACTOR1
           
static int COLUMN_FACTOR2
           
static int COLUMN_KEYWORDS
           
static int COLUMN_PROC_NAME_BEGIN
           
static int COLUMN_PROC_NAME_END
           
static int COLUMN_PROC_SPEC
           
static int COLUMN_SPEC
           
static String copyright
           
static String FIELD_FACTOR1
           
static String FIELD_FACTOR2
           
static String FIELD_FROM
           
static String FIELD_OPCODE
           
static String FIELD_TOLENGTH
           
static int OPM_COLUMN_FACTOR1
           
 
Fields inherited from interface com.ibm.etools.iseries.editor.IISeriesEditorConstantsColors
COLOR_BLACK_WHITE, COLOR_BLUE_WHITE, COLOR_BRIGHTBLUE_WHITE, COLOR_BRIGHTGREEN_WHITE, COLOR_BRIGHTGREY_WHITE, COLOR_BRIGHTPINK_WHITE, COLOR_BRIGHTRED_WHITE, COLOR_BROWN_WHITE, COLOR_CYAN_WHITE, COLOR_ERROR_HIGHLIGHT, COLOR_GREEN_WHITE, COLOR_GREY_WHITE, COLOR_HIGHLIGHT, COLOR_MAGENTA_WHITE, COLOR_PINK_WHITE, COLOR_RED_WHITE, COLOR_WHITE_BRIGHTRED
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values

COLUMN_SPEC

public static final int COLUMN_SPEC
See Also:
Constant Field Values

COLUMN_C_FREE

public static final int COLUMN_C_FREE
See Also:
Constant Field Values

COLUMN_C_OPCODE

public static final int COLUMN_C_OPCODE
See Also:
Constant Field Values

COLUMN_FACTOR1

public static final int COLUMN_FACTOR1
See Also:
Constant Field Values

OPM_COLUMN_FACTOR1

public static final int OPM_COLUMN_FACTOR1
See Also:
Constant Field Values

COLUMN_PROC_NAME_BEGIN

public static final int COLUMN_PROC_NAME_BEGIN
See Also:
Constant Field Values

COLUMN_PROC_NAME_END

public static final int COLUMN_PROC_NAME_END
See Also:
Constant Field Values

COLUMN_PROC_SPEC

public static final int COLUMN_PROC_SPEC
See Also:
Constant Field Values

COLUMN_FACTOR2

public static final int COLUMN_FACTOR2
See Also:
Constant Field Values

COLUMN_KEYWORDS

public static final int COLUMN_KEYWORDS
See Also:
Constant Field Values

COLUMN_COMMENT

public static final int COLUMN_COMMENT
See Also:
Constant Field Values

_straSQLWords

public static final String[] _straSQLWords

FIELD_FACTOR1

public static final String FIELD_FACTOR1
See Also:
Constant Field Values

FIELD_FACTOR2

public static final String FIELD_FACTOR2
See Also:
Constant Field Values

FIELD_OPCODE

public static final String FIELD_OPCODE
See Also:
Constant Field Values

FIELD_FROM

public static final String FIELD_FROM
See Also:
Constant Field Values

FIELD_TOLENGTH

public static final String FIELD_TOLENGTH
See Also:
Constant Field Values

CMD_SETFIELDS

public static final String CMD_SETFIELDS
See Also:
Constant Field Values

CMD_SETFIELDSBLANK

public static final String CMD_SETFIELDSBLANK
See Also:
Constant Field Values

CMD_SETTABS

public static final String CMD_SETTABS
See Also:
Constant Field Values

CMD_SETFORMATLINETEXT

public static final String CMD_SETFORMATLINETEXT
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.