com.ibm.eNetwork.ECL
Interface ECLConstants

All Known Implementing Classes:
ECLField, ECLFieldList, ECLPS

public interface ECLConstants


Field Summary
static int ALL_FIELDS
          Used only with ECLFieldList GetFirstField() and GetNextField() methods to find any fields
static int ALL_PLANES
          Used with ECLFieldList.Refresh() and ECLPS.GetFieldList()
static int ALPHANUM_FIELD
          Used only with ECLFieldList GetFirstField() and GetNextField() methods to find alphanumeric fields
static java.lang.String ALTCUR_STR
           
static java.lang.String ALTVIEW_STR
          SendKeys mnemonic: "[altview]"
static java.lang.String ATTN_STR
          SendKeys mnemonic: "[attn]"
static short ATTR_5250_ALPHA_ONLY
          5250 field attribute mask used in conjunction with ATTR_5250_ALPHANUM_MASK to identify alphabetic-only fields (0x02).
static short ATTR_5250_ALPHANUM
          5250 field attribute mask used in conjunction with ATTR_5250_ALPHANUM_MASK to identify alphanumeric fields (0x00).
static short ATTR_5250_ALPHANUM_MASK
          5250 field attribute mask used to isolate the alphanumeric bits (0x0E).
static short ATTR_5250_BIDI_RTL
          5250 field attribute mask used in conjunction with ATTR_5250_ALPHANUM_MASK to identify BIDI right-to-left fields (0x08).
static short ATTR_5250_BRIGHT
          5250 field attribute mask for the high intensity attribute (0x10).
static short ATTR_5250_DBCS_KATAKANA
          5250 field attribute mask used in conjunction with ATTR_5250_ALPHANUM_MASK to identify Katakana shift fields (0x08).
static short ATTR_5250_DISPLAY
          5250 field attribute mask for the display attribute (0x40).
static short ATTR_5250_MAG_STRIPE
          5250 field attribute mask used in conjunction with ATTR_5250_ALPHANUM_MASK to identify magnetic stripe fields (0x0C).
static short ATTR_5250_MODIFIED
          5250 field attribute mask for the modified attribute (0x01).
static short ATTR_5250_NORMAL
           
static short ATTR_5250_NUM_ONLY
          5250 field attribute mask used in conjunction with ATTR_5250_ALPHANUM_MASK to identify numeric-only fields (0x0A).
static short ATTR_5250_NUM_PLUS
          5250 field attribute mask used in conjunction with ATTR_5250_ALPHANUM_MASK to identify numeric plus fields (0x06).
static short ATTR_5250_NUM_SHIFT
          5250 field attribute mask used in conjunction with ATTR_5250_ALPHANUM_MASK to identify numeric shift fields (0x04).
static short ATTR_5250_NUM_SIGNED
          5250 field attribute mask used in conjunction with ATTR_5250_ALPHANUM_MASK to identify signed numeric-only fields (0x0E).
static short ATTR_5250_PROTECTED
          5250 field attribute mask for the protected attribute (0x20).
static short ATTR_ALPHANUM
          3270 field attribute mask for the alphanumeric attribute (0x10).
static short ATTR_DISPLAY1
          3270 field attribute mask for the high-order display bit (0x08).
static short ATTR_DISPLAY2
          3270 field attribute mask for the low-order display bit (0x04).
static short ATTR_MDT
          3270 field attribute mask for the low-order display bit (0x01).
static short ATTR_PROTECTED
          3270 field attribute mask for the protected attribute (0x20).
static java.lang.String AUTOPUSH_STR
          SendKeys mnemonic: "[autopush]"
static java.lang.String AUTOREV_STR
          SendKeys mnemonic: "[autorev]"
static java.lang.String BACKSP_STR
          SendKeys mnemonic: "[backspace]"
static java.lang.String BACKTAB_STR
          SendKeys mnemonic: "[backtab]"
static java.lang.String BACKTABWORD_STR
          SendKeys mnemonic: "[backtabword]"
static java.lang.String BASE_STR
          SendKeys mnemonic: "[base]"
static java.lang.String BEGINFLD_STR
          SendKeys mnemonic: "[bof]"
static java.lang.String BIDI_MODE_OFF_STR
           
static java.lang.String BIDI_MODE_ON_STR
           
static java.lang.String BIDIL_STR
          SendKeys mnemonic: "[bidilayer]"
static short BLUE_3270
           
static java.lang.String CANCELPJOB_STR
          SendKeys mnemonic: "[cancelpjob]"
static java.lang.String CLEAR_STR
          SendKeys mnemonic: "[clear]"
static java.lang.String CLEARRECT_STR
           
static java.lang.String CLOSE_STR
          SendKeys mnemonic: "[close]"
static int COLOR_ATTRIBUTES_PLANE
          Used with various methods to access color plane data
static int COLOR_PLANE
          Used with various methods to access color plane data
static java.lang.String COLUMNHEAD_STR
           
static java.lang.String CONTEXT_DISP_STR
           
static java.lang.String CONTINUEPJOB_STR
          SendKeys mnemonic: "[continue]"
static java.lang.String COPY_STR
           
static java.lang.String COPY_TABLE_STR
           
static java.lang.String COPYALL_STR
           
static java.lang.String COPYAPPEND_STR
           
static java.lang.String CRSEL_STR
          SendKeys mnemonic: "[cursel]"
static java.lang.String CSD_STR
          SendKeys mnemonic: "[csd]"
static java.lang.String CURDOWN_STR
          SendKeys mnemonic: "[down]"
static java.lang.String CURLEFT_STR
          SendKeys mnemonic: "[left]"
static java.lang.String CURRIGHT_STR
          SendKeys mnemonic: "[right]"
static java.lang.String CURSOR_DIRECTION_STR
           
static java.lang.String CURUP_STR
          SendKeys mnemonic: "[up]"
static java.lang.String CUT_STR
           
static short DB_CA_EXIST
          DBCS field attribute mask for the DBCS Character Exist attribute (0x02).
static short DB_CLEAR
           
static short DB_DB1
          DBCS character attribute mask for the DBCS first byte position (0x40).
static short DB_DBCS
          DBCS character attribute mask for the DBCS character (0x80).
static short DB_DBHIGH
          DBCS character attribute mask for the DBCS first byte position (0x20) and DBCS character (0x08).
static short DB_DEAD
          DBCS character attribute mask for the DBCS dead character position (0x08).
static short DB_MIX
          DBCS field attribute mask for the DBCS SO/SI Mixed field attribute (0x04).
static short DB_SI
          DBCS character attribute mask for the DBCS SI character position (0x10).
static short DB_SO
          DBCS character attribute mask for the DBCS SO character position (0x20).
static short DB_SOSI_EXIST
          DBCS field attribute mask for the DBCS SO/SI Pairs Exist attribute (0x20).
static short DBATTR_DEFAULT
          DBCS field attribute mask for the DBCS default attribute (0x00).
static short DBATTR_EITHER
          DBCS field attribute mask for the DBCS Either field attribute (0x10).
static short DBATTR_ONLY
          DBCS field attribute mask for the DBCS Only field attribute (0x08).
static short DBATTR_OPEN
          DBCS field attribute mask for the DBCS Open field attribute (0x18).
static short DBATTR_PURE
          DBCS field attribute mask for the DBCS Pure field attribute (0x09).
static int DBCS_PLANE
          Used with various methods to access DBCS plane data
static java.lang.String DBCSINP_STR
           
static short DBDEFALT
           
static short DEF_3270
           
static java.lang.String DELCHAR_STR
          SendKeys mnemonic: "[delete]"
static java.lang.String DELWORD_STR
          SendKeys mnemonic: "[deleteword]"
static int DISPLAYABLE_FIELD
          Used only with ECLFieldList GetFirstField() and GetNextField() methods to find display fields
static java.lang.String DOCMODE_STR
           
static java.lang.String DSPSOSI_STR
          SendKeys mnemonic: "[dspsosi]"
static short DUP_CHAR
           
static java.lang.String DUP_STR
          SendKeys mnemonic: "[dup]"
static short EBC_SI
          DBCS Shift-In (SI) value (0x0f) in EBCDIC code point.
static short EBC_SO
          DBCS Shift-Out (SO) value (0x0e) in EBCDIC code point.
static java.lang.String ENDLINE_STR
          SendKeys mnemonic: "[eof]"
static java.lang.String ENDPUSH_STR
          SendKeys mnemonic: "[endpush]"
static java.lang.String ENTER_STR
          SendKeys mnemonic: "[enterreset]"
static java.lang.String ENTERRESET_STR
          SendKeys mnemonic: "[enter]"
static java.lang.String ERASEEOF_STR
          SendKeys mnemonic: "[eraseeof]"
static java.lang.String ERASEFLD_STR
          SendKeys mnemonic: "[erasefld]"
static java.lang.String ERASEINPUT_STR
          SendKeys mnemonic: "[erinp]"
static int EXFIELD_PLANE
          Used with various methods to access extended field plane data
static short EXT_ATTR_3270_APL
           
static short EXT_ATTR_3270_BLINK
          3270 extended field attribute mask for the blink attribute (0x40).
static short EXT_ATTR_3270_CHAR
           
static short EXT_ATTR_3270_DBCS
          3270 extended field attribute mask for the double-byte attribute (0x06).
static short EXT_ATTR_3270_EBCDIC
           
static short EXT_ATTR_3270_REVERSE
          3270 extended field attribute mask for the reverse video attribute (0x80).
static short EXT_ATTR_3270_UNDERLINE
          3270 extended field attribute mask for the underline attribute (0xC0).
static short EXT_ATTR_5250_BLINK
          5250 extended field attribute mask for the blink attribute (0x20).
static short EXT_ATTR_5250_COLUMN_SEP
          5250 extended field attribute mask for the column separator attribute (0x10).
static short EXT_ATTR_5250_REVERSE
          5250 extended field attribute mask for the reverse video attribute (0x80).
static short EXT_ATTR_5250_UNDERLINE
          5250 extended field attribute mask for the underline attribute (0x40).
static short EXT_BLINK
           
static short EXT_COL_SEP
           
static short EXT_D_BOTH
           
static short EXT_D_LEFT
          Grid character attribute mask for the Left Character Grid (0x08).
static short EXT_D_OVER
          Grid character attribute mask for the Upper Character Grid (0x04).
static short EXT_D_RIGHT
          Grid character attribute mask for the Right Character Grid (0x02).
static short EXT_D_UNDER
          Grid character attribute mask for the Under Character Grid (0x01).
static short EXT_DBCS
           
static short EXT_EFA_APL_SET
           
static short EXT_EFA_FG_SET
           
static short EXT_G_ALL
          ORed mask all 3270 grid plane lines at field attribute position
static short EXT_G_LEFT
          Grid field attribute mask for the Left Character Grid (0x80).
static short EXT_G_OVER
          Grid field attribute mask for the Upper Character Grid (0x40).
static short EXT_G_RIGHT
          Grid field attribute mask for the Right Character Grid (0x20).
static short EXT_G_UNDER
          Grid field attribute mask for the Under Character Grid (0x10).
static int EXT_LINEATTR_CHECK
           
static int EXT_LINEATTR_DBLWID
           
static int EXT_LINEATTR_DBLWID_DBLHT_BOT
           
static int EXT_LINEATTR_DBLWID_DBLHT_TOP
           
static int EXT_LINEATTR_NORMAL
           
static short EXT_NON_ERASEABLE
           
static short EXT_NORMAL
           
static short EXT_OPAQUE
           
static short EXT_REVERSE
           
static short EXT_UNDERLN
           
static java.lang.String F1_STR
          SendKeys mnemonic: "[pf1]"
static java.lang.String F10_STR
          SendKeys mnemonic: "[pf10]"
static java.lang.String F11_STR
          SendKeys mnemonic: "[pf11]"
static java.lang.String F12_STR
          SendKeys mnemonic: "[pf12]"
static java.lang.String F13_STR
          SendKeys mnemonic: "[pf13]"
static java.lang.String F14_STR
          SendKeys mnemonic: "[pf14]"
static java.lang.String F15_STR
          SendKeys mnemonic: "[pf15]"
static java.lang.String F16_STR
          SendKeys mnemonic: "[pf16]"
static java.lang.String F17_STR
          SendKeys mnemonic: "[pf17]"
static java.lang.String F18_STR
          SendKeys mnemonic: "[pf18]"
static java.lang.String F19_STR
          SendKeys mnemonic: "[pf19]"
static java.lang.String F2_STR
          SendKeys mnemonic: "[pf2]"
static java.lang.String F20_STR
          SendKeys mnemonic: "[pf20]"
static java.lang.String F21_STR
          SendKeys mnemonic: "[pf21]"
static java.lang.String F22_STR
          SendKeys mnemonic: "[pf22]"
static java.lang.String F23_STR
          SendKeys mnemonic: "[pf23]"
static java.lang.String F24_STR
          SendKeys mnemonic: "[pf24]"
static java.lang.String F3_STR
          SendKeys mnemonic: "[pf3]"
static java.lang.String F4_STR
          SendKeys mnemonic: "[pf4]"
static java.lang.String F5_STR
          SendKeys mnemonic: "[pf5]"
static java.lang.String F6_STR
          SendKeys mnemonic: "[pf6]"
static java.lang.String F7_STR
          SendKeys mnemonic: "[pf7]"
static java.lang.String F8_STR
          SendKeys mnemonic: "[pf8]"
static java.lang.String F9_STR
          SendKeys mnemonic: "[pf9]"
static short FIELD_MARK
           
static int FIELD_PLANE
          Used with various methods to access field plane data
static java.lang.String FINAL_STR
          SendKeys mnemonic: "[final]"
static java.lang.String FLDBASE_STR
           
static java.lang.String FLDEXT_STR
          SendKeys mnemonic: "[fldext]"
static java.lang.String FLDMINUS_STR
          SendKeys mnemonic: "[field-]"
static java.lang.String FLDMRK_STR
          SendKeys mnemonic: "[fieldmark]"
static java.lang.String FLDPLUS_STR
          SendKeys mnemonic: "[field+]"
static java.lang.String FLDREV_STR
          SendKeys mnemonic: "[fldrev]"
static java.lang.String FLDSHAPE_STR
          SendKeys mnemonic: "[fieldshape]"
static java.lang.String FORMFEED_STR
           
static java.lang.String FWDTAB_STR
          SendKeys mnemonic: "[tab]"
static java.lang.String GRCURSOR_STR
           
static short GREEN_3270
           
static int GRID_PLANE
          Used with various methods to access double-byte grid plane data
static java.lang.String HELP_STR
          SendKeys mnemonic: "[help]"
static int HILIGHT_FIELD
          Used only with ECLFieldList GetFirstField() and GetNextField() methods to find high intensity fields
static java.lang.String HINDIL_STR
           
static java.lang.String HOME_STR
          SendKeys mnemonic: "[home]"
static int HOST_PLANE
           
static java.lang.String HOSTPRT_STR
           
static java.lang.String INITIAL_STR
          SendKeys mnemonic: "[initial]"
static java.lang.String INSERT_STR
          SendKeys mnemonic: "[insert]"
static java.lang.String ISOLATED_STR
          SendKeys mnemonic: "[isolated]"
static java.lang.String JUMP_STR
           
static java.lang.String KEYPAD0_STR
          SendKeys mnemonic: "[keypad0]"
static java.lang.String KEYPAD1_STR
          SendKeys mnemonic: "[keypad1]"
static java.lang.String KEYPAD2_STR
          SendKeys mnemonic: "[keypad2]"
static java.lang.String KEYPAD3_STR
          SendKeys mnemonic: "[keypad3]"
static java.lang.String KEYPAD4_STR
          SendKeys mnemonic: "[keypad4]"
static java.lang.String KEYPAD5_STR
          SendKeys mnemonic: "[keypad5]"
static java.lang.String KEYPAD6_STR
          SendKeys mnemonic: "[keypad6]"
static java.lang.String KEYPAD7_STR
          SendKeys mnemonic: "[keypad7]"
static java.lang.String KEYPAD8_STR
          SendKeys mnemonic: "[keypad8]"
static java.lang.String KEYPAD9_STR
          SendKeys mnemonic: "[keypad9]"
static java.lang.String KEYPADCOMMA_STR
          SendKeys mnemonic: "[keypad,]"
static java.lang.String KEYPADDOT_STR
          SendKeys mnemonic: "[keypad.]"
static java.lang.String KEYPADENTER_STR
          SendKeys mnemonic: "[keypadenter]"
static java.lang.String KEYPADMINUS_STR
          SendKeys mnemonic: "[keypad-]"
static java.lang.String LATINL_STR
          SendKeys mnemonic: "[latinlayer]"
static java.lang.String LOGICAL_DISP_STR
           
static int LOLIGHT_FIELD
          Used only with ECLFieldList GetFirstField() and GetNextField() methods to find low intensity fields
static java.lang.String MARKDOWN_STR
           
static java.lang.String MARKLEFT_STR
           
static java.lang.String MARKRIGHT_STR
           
static java.lang.String MARKUP_STR
           
static java.lang.String MIDDLE_STR
          SendKeys mnemonic: "[middle]"
static int MODIFIED_FIELD
          Used only with ECLFieldList GetFirstField() and GetNextField() methods to find modified fields
static java.lang.String MOVEDOWN_STR
           
static java.lang.String MOVELEFT_STR
           
static java.lang.String MOVERIGHT_STR
           
static java.lang.String MOVEUP_STR
           
static java.lang.String MSR_STR
           
static java.lang.String NATIONAL_DISP_STR
           
static short NEUT_3270
           
static java.lang.String NEWLINE_STR
          SendKeys mnemonic: "[newline]"
static java.lang.String NEXTWORD_STR
          SendKeys mnemonic: "[nextword]"
static int NLS_PLANE
           
static int NO_TIMEOUT
          Used with ECLPS and ECLOIA WaitFor methods
static java.lang.String NOMINAL_DISP_STR
           
static int NON_DISPLAYABLE_FIELD
          Used only with ECLFieldList GetFirstField() and GetNextField() methods to find hidden fields
static int NON_PENDETECTABLE_FIELD
          Used only with ECLFieldList GetFirstField() and GetNextField() methods to find non-pen-detectable fields
static java.lang.String NUMCONTEXT_STR
           
static int NUMERIC_FIELD
          Used only with ECLFieldList GetFirstField() and GetNextField() methods to find numeric-only fields
static java.lang.String NUMNATIONAL_STR
           
static java.lang.String NUMNOMINAL_STR
           
static java.lang.String OICR_STR
           
static java.lang.String PA1_STR
          SendKeys mnemonic: "[pa1]"
static java.lang.String PA2_STR
          SendKeys mnemonic: "[pa2]"
static java.lang.String PA3_STR
          SendKeys mnemonic: "[pa3]"
static java.lang.String PAGEDWN_STR
          SendKeys mnemonic: "[pagedn]"
static java.lang.String PAGEUP_STR
          SendKeys mnemonic: "[pageup]"
static java.lang.String PASTE_STR
           
static java.lang.String PASTENEXT_STR
           
static int PENDETECTABLE_FIELD
          Used only with ECLFieldList GetFirstField() and GetNextField() methods to find pen-detectable fields
static short PINK_3270
           
static java.lang.String PREVIOUSWORD_STR
          SendKeys mnemonic: "[previousword]"
static java.lang.String PRINT_STR
           
static int PROTECTED_FIELD
          Used only with ECLFieldList GetFirstField() and GetNextField() methods to find protected fields
static java.lang.String PRTESTPAGE_STR
           
static java.lang.String PUSH_STR
          SendKeys mnemonic: "[push]"
static int RAWTEXT_PLANE
           
static short RED_3270
           
static java.lang.String RESET_STR
          SendKeys mnemonic: "[reset]"
static java.lang.String RETRYPRT_STR
          SendKeys mnemonic: "[retryprint]"
static java.lang.String ROUNDTRIP_OFF_STR
           
static java.lang.String ROUNDTRIP_ON_STR
           
static java.lang.String RULE_STR
           
static java.lang.String SCREENREV_STR
          SendKeys mnemonic: "[screenrev]"
static int SEARCH_BACKWARD
          Used with ECLFieldList.FindField(), ECLPS.SearchText(), and ECLPS.SearchString()
static int SEARCH_FORWARD
          Used with ECLFieldList.FindField(), ECLPS.SearchText(), and ECLPS.SearchString()
static java.lang.String SELECTALL_STR
           
static java.lang.String SHIFT_F1_STR
           
static java.lang.String SHIFT_F10_STR
          SendKeys mnemonic: "[Spf10]"
static java.lang.String SHIFT_F11_STR
          SendKeys mnemonic: "[Spf11]"
static java.lang.String SHIFT_F12_STR
          SendKeys mnemonic: "[Spf12]"
static java.lang.String SHIFT_F13_STR
          SendKeys mnemonic: "[Spf13]"
static java.lang.String SHIFT_F14_STR
          SendKeys mnemonic: "[Spf14]"
static java.lang.String SHIFT_F15_STR
          SendKeys mnemonic: "[Spf15]"
static java.lang.String SHIFT_F16_STR
          SendKeys mnemonic: "[Spf16]"
static java.lang.String SHIFT_F17_STR
          SendKeys mnemonic: "[Spf17]"
static java.lang.String SHIFT_F18_STR
          SendKeys mnemonic: "[Spf18]"
static java.lang.String SHIFT_F19_STR
          SendKeys mnemonic: "[Spf19]"
static java.lang.String SHIFT_F2_STR
          SendKeys mnemonic: "[Spf2]"
static java.lang.String SHIFT_F20_STR
          SendKeys mnemonic: "[Spf20]"
static java.lang.String SHIFT_F3_STR
          SendKeys mnemonic: "[Spf3]"
static java.lang.String SHIFT_F4_STR
          SendKeys mnemonic: "[Spf4]"
static java.lang.String SHIFT_F5_STR
          SendKeys mnemonic: "[Spf5]"
static java.lang.String SHIFT_F6_STR
          SendKeys mnemonic: "[Spf6]"
static java.lang.String SHIFT_F7_STR
          SendKeys mnemonic: "[Spf7]"
static java.lang.String SHIFT_F8_STR
          SendKeys mnemonic: "[Spf8]"
static java.lang.String SHIFT_F9_STR
          SendKeys mnemonic: "[Spf9]"
static java.lang.String SMARTORDERING_OFF_STR
           
static java.lang.String SMARTORDERING_ON_STR
           
static java.lang.String STARTMAC_STR
           
static java.lang.String SYSREQ_STR
          SendKeys mnemonic: "[sysreq]"
static java.lang.String TABWORD_STR
          SendKeys mnemonic: "[tabword]"
static java.lang.String TEST_STR
          SendKeys mnemonic: "[test]"
static int TEXT_PLANE
          Used with various methods to access text plane data
static java.lang.String THAIL_STR
           
static java.lang.String TOGGLEHEB_STR
           
static short TURQ_3270
           
static java.lang.String TXTORL2R_STR
           
static java.lang.String TXTORR2L_STR
           
static java.lang.String TXTTYPEL_STR
           
static java.lang.String TXTTYPEV_STR
           
static java.lang.String UNMARK_STR
           
static int UNMODIFIED_FIELD
          Used only with ECLFieldList GetFirstField() and GetNextField() methods to find unmodified fields
static int UNPROTECTED_FIELD
          Used only with ECLFieldList GetFirstField() and GetNextField() methods to find unprotected fields
static java.lang.String VISUAL_DISP_STR
           
static java.lang.String VTPRINTCONVERT_STR
           
static java.lang.String WORDLFT_STR
           
static java.lang.String WORDRGT_STR
           
static java.lang.String WORDWRAP_STR
           
static short YELLOW_3270
           
 

Field Detail

SEARCH_FORWARD

public static final int SEARCH_FORWARD
Used with ECLFieldList.FindField(), ECLPS.SearchText(), and ECLPS.SearchString()

SEARCH_BACKWARD

public static final int SEARCH_BACKWARD
Used with ECLFieldList.FindField(), ECLPS.SearchText(), and ECLPS.SearchString()

TEXT_PLANE

public static final int TEXT_PLANE
Used with various methods to access text plane data

COLOR_PLANE

public static final int COLOR_PLANE
Used with various methods to access color plane data

DBCS_PLANE

public static final int DBCS_PLANE
Used with various methods to access DBCS plane data

GRID_PLANE

public static final int GRID_PLANE
Used with various methods to access double-byte grid plane data

FIELD_PLANE

public static final int FIELD_PLANE
Used with various methods to access field plane data

EXFIELD_PLANE

public static final int EXFIELD_PLANE
Used with various methods to access extended field plane data

NLS_PLANE

public static final int NLS_PLANE

HOST_PLANE

public static final int HOST_PLANE

RAWTEXT_PLANE

public static final int RAWTEXT_PLANE

COLOR_ATTRIBUTES_PLANE

public static final int COLOR_ATTRIBUTES_PLANE
Used with various methods to access color plane data

ALL_PLANES

public static final int ALL_PLANES
Used with ECLFieldList.Refresh() and ECLPS.GetFieldList()

ALTCUR_STR

public static final java.lang.String ALTCUR_STR

ATTN_STR

public static final java.lang.String ATTN_STR
SendKeys mnemonic: "[attn]"

BACKSP_STR

public static final java.lang.String BACKSP_STR
SendKeys mnemonic: "[backspace]"

BACKTAB_STR

public static final java.lang.String BACKTAB_STR
SendKeys mnemonic: "[backtab]"

CLEAR_STR

public static final java.lang.String CLEAR_STR
SendKeys mnemonic: "[clear]"

CLEARRECT_STR

public static final java.lang.String CLEARRECT_STR

COPY_STR

public static final java.lang.String COPY_STR

COPY_TABLE_STR

public static final java.lang.String COPY_TABLE_STR

COPYAPPEND_STR

public static final java.lang.String COPYAPPEND_STR

COPYALL_STR

public static final java.lang.String COPYALL_STR

SELECTALL_STR

public static final java.lang.String SELECTALL_STR

CURDOWN_STR

public static final java.lang.String CURDOWN_STR
SendKeys mnemonic: "[down]"

CURLEFT_STR

public static final java.lang.String CURLEFT_STR
SendKeys mnemonic: "[left]"

CURRIGHT_STR

public static final java.lang.String CURRIGHT_STR
SendKeys mnemonic: "[right]"

CURUP_STR

public static final java.lang.String CURUP_STR
SendKeys mnemonic: "[up]"

CUT_STR

public static final java.lang.String CUT_STR

DELCHAR_STR

public static final java.lang.String DELCHAR_STR
SendKeys mnemonic: "[delete]"

ENTERRESET_STR

public static final java.lang.String ENTERRESET_STR
SendKeys mnemonic: "[enter]"

ENTER_STR

public static final java.lang.String ENTER_STR
SendKeys mnemonic: "[enterreset]"

FWDTAB_STR

public static final java.lang.String FWDTAB_STR
SendKeys mnemonic: "[tab]"

ENDLINE_STR

public static final java.lang.String ENDLINE_STR
SendKeys mnemonic: "[eof]"

ERASEEOF_STR

public static final java.lang.String ERASEEOF_STR
SendKeys mnemonic: "[eraseeof]"

ERASEFLD_STR

public static final java.lang.String ERASEFLD_STR
SendKeys mnemonic: "[erasefld]"

ERASEINPUT_STR

public static final java.lang.String ERASEINPUT_STR
SendKeys mnemonic: "[erinp]"

F1_STR

public static final java.lang.String F1_STR
SendKeys mnemonic: "[pf1]"

F2_STR

public static final java.lang.String F2_STR
SendKeys mnemonic: "[pf2]"

F3_STR

public static final java.lang.String F3_STR
SendKeys mnemonic: "[pf3]"

F4_STR

public static final java.lang.String F4_STR
SendKeys mnemonic: "[pf4]"

F5_STR

public static final java.lang.String F5_STR
SendKeys mnemonic: "[pf5]"

F6_STR

public static final java.lang.String F6_STR
SendKeys mnemonic: "[pf6]"

F7_STR

public static final java.lang.String F7_STR
SendKeys mnemonic: "[pf7]"

F8_STR

public static final java.lang.String F8_STR
SendKeys mnemonic: "[pf8]"

F9_STR

public static final java.lang.String F9_STR
SendKeys mnemonic: "[pf9]"

F10_STR

public static final java.lang.String F10_STR
SendKeys mnemonic: "[pf10]"

F11_STR

public static final java.lang.String F11_STR
SendKeys mnemonic: "[pf11]"

F12_STR

public static final java.lang.String F12_STR
SendKeys mnemonic: "[pf12]"

F13_STR

public static final java.lang.String F13_STR
SendKeys mnemonic: "[pf13]"

F14_STR

public static final java.lang.String F14_STR
SendKeys mnemonic: "[pf14]"

F15_STR

public static final java.lang.String F15_STR
SendKeys mnemonic: "[pf15]"

F16_STR

public static final java.lang.String F16_STR
SendKeys mnemonic: "[pf16]"

F17_STR

public static final java.lang.String F17_STR
SendKeys mnemonic: "[pf17]"

F18_STR

public static final java.lang.String F18_STR
SendKeys mnemonic: "[pf18]"

F19_STR

public static final java.lang.String F19_STR
SendKeys mnemonic: "[pf19]"

F20_STR

public static final java.lang.String F20_STR
SendKeys mnemonic: "[pf20]"

SHIFT_F1_STR

public static final java.lang.String SHIFT_F1_STR

SHIFT_F2_STR

public static final java.lang.String SHIFT_F2_STR
SendKeys mnemonic: "[Spf2]"

SHIFT_F3_STR

public static final java.lang.String SHIFT_F3_STR
SendKeys mnemonic: "[Spf3]"

SHIFT_F4_STR

public static final java.lang.String SHIFT_F4_STR
SendKeys mnemonic: "[Spf4]"

SHIFT_F5_STR

public static final java.lang.String SHIFT_F5_STR
SendKeys mnemonic: "[Spf5]"

SHIFT_F6_STR

public static final java.lang.String SHIFT_F6_STR
SendKeys mnemonic: "[Spf6]"

SHIFT_F7_STR

public static final java.lang.String SHIFT_F7_STR
SendKeys mnemonic: "[Spf7]"

SHIFT_F8_STR

public static final java.lang.String SHIFT_F8_STR
SendKeys mnemonic: "[Spf8]"

SHIFT_F9_STR

public static final java.lang.String SHIFT_F9_STR
SendKeys mnemonic: "[Spf9]"

SHIFT_F10_STR

public static final java.lang.String SHIFT_F10_STR
SendKeys mnemonic: "[Spf10]"

SHIFT_F11_STR

public static final java.lang.String SHIFT_F11_STR
SendKeys mnemonic: "[Spf11]"

SHIFT_F12_STR

public static final java.lang.String SHIFT_F12_STR
SendKeys mnemonic: "[Spf12]"

SHIFT_F13_STR

public static final java.lang.String SHIFT_F13_STR
SendKeys mnemonic: "[Spf13]"

SHIFT_F14_STR

public static final java.lang.String SHIFT_F14_STR
SendKeys mnemonic: "[Spf14]"

SHIFT_F15_STR

public static final java.lang.String SHIFT_F15_STR
SendKeys mnemonic: "[Spf15]"

SHIFT_F16_STR

public static final java.lang.String SHIFT_F16_STR
SendKeys mnemonic: "[Spf16]"

SHIFT_F17_STR

public static final java.lang.String SHIFT_F17_STR
SendKeys mnemonic: "[Spf17]"

SHIFT_F18_STR

public static final java.lang.String SHIFT_F18_STR
SendKeys mnemonic: "[Spf18]"

SHIFT_F19_STR

public static final java.lang.String SHIFT_F19_STR
SendKeys mnemonic: "[Spf19]"

SHIFT_F20_STR

public static final java.lang.String SHIFT_F20_STR
SendKeys mnemonic: "[Spf20]"

F21_STR

public static final java.lang.String F21_STR
SendKeys mnemonic: "[pf21]"

F22_STR

public static final java.lang.String F22_STR
SendKeys mnemonic: "[pf22]"

F23_STR

public static final java.lang.String F23_STR
SendKeys mnemonic: "[pf23]"

F24_STR

public static final java.lang.String F24_STR
SendKeys mnemonic: "[pf24]"

JUMP_STR

public static final java.lang.String JUMP_STR

UNMARK_STR

public static final java.lang.String UNMARK_STR

MARKUP_STR

public static final java.lang.String MARKUP_STR

MARKDOWN_STR

public static final java.lang.String MARKDOWN_STR

MARKLEFT_STR

public static final java.lang.String MARKLEFT_STR

MARKRIGHT_STR

public static final java.lang.String MARKRIGHT_STR

MOVEUP_STR

public static final java.lang.String MOVEUP_STR

MOVEDOWN_STR

public static final java.lang.String MOVEDOWN_STR

MOVELEFT_STR

public static final java.lang.String MOVELEFT_STR

MOVERIGHT_STR

public static final java.lang.String MOVERIGHT_STR

NEWLINE_STR

public static final java.lang.String NEWLINE_STR
SendKeys mnemonic: "[newline]"

PA1_STR

public static final java.lang.String PA1_STR
SendKeys mnemonic: "[pa1]"

PA2_STR

public static final java.lang.String PA2_STR
SendKeys mnemonic: "[pa2]"

PA3_STR

public static final java.lang.String PA3_STR
SendKeys mnemonic: "[pa3]"

PAGEDWN_STR

public static final java.lang.String PAGEDWN_STR
SendKeys mnemonic: "[pagedn]"

PAGEUP_STR

public static final java.lang.String PAGEUP_STR
SendKeys mnemonic: "[pageup]"

PASTE_STR

public static final java.lang.String PASTE_STR

PASTENEXT_STR

public static final java.lang.String PASTENEXT_STR

PRINT_STR

public static final java.lang.String PRINT_STR

RULE_STR

public static final java.lang.String RULE_STR

SYSREQ_STR

public static final java.lang.String SYSREQ_STR
SendKeys mnemonic: "[sysreq]"

WORDLFT_STR

public static final java.lang.String WORDLFT_STR

WORDRGT_STR

public static final java.lang.String WORDRGT_STR

DELWORD_STR

public static final java.lang.String DELWORD_STR
SendKeys mnemonic: "[deleteword]"

BACKTABWORD_STR

public static final java.lang.String BACKTABWORD_STR
SendKeys mnemonic: "[backtabword]"

TABWORD_STR

public static final java.lang.String TABWORD_STR
SendKeys mnemonic: "[tabword]"

PREVIOUSWORD_STR

public static final java.lang.String PREVIOUSWORD_STR
SendKeys mnemonic: "[previousword]"

NEXTWORD_STR

public static final java.lang.String NEXTWORD_STR
SendKeys mnemonic: "[nextword]"

INSERT_STR

public static final java.lang.String INSERT_STR
SendKeys mnemonic: "[insert]"

HOME_STR

public static final java.lang.String HOME_STR
SendKeys mnemonic: "[home]"

CRSEL_STR

public static final java.lang.String CRSEL_STR
SendKeys mnemonic: "[cursel]"

RESET_STR

public static final java.lang.String RESET_STR
SendKeys mnemonic: "[reset]"

DUP_STR

public static final java.lang.String DUP_STR
SendKeys mnemonic: "[dup]"

FLDMRK_STR

public static final java.lang.String FLDMRK_STR
SendKeys mnemonic: "[fieldmark]"

FLDEXT_STR

public static final java.lang.String FLDEXT_STR
SendKeys mnemonic: "[fldext]"

FLDPLUS_STR

public static final java.lang.String FLDPLUS_STR
SendKeys mnemonic: "[field+]"

FLDMINUS_STR

public static final java.lang.String FLDMINUS_STR
SendKeys mnemonic: "[field-]"

TEST_STR

public static final java.lang.String TEST_STR
SendKeys mnemonic: "[test]"

DSPSOSI_STR

public static final java.lang.String DSPSOSI_STR
SendKeys mnemonic: "[dspsosi]"

ALTVIEW_STR

public static final java.lang.String ALTVIEW_STR
SendKeys mnemonic: "[altview]"

DBCSINP_STR

public static final java.lang.String DBCSINP_STR

HELP_STR

public static final java.lang.String HELP_STR
SendKeys mnemonic: "[help]"

BEGINFLD_STR

public static final java.lang.String BEGINFLD_STR
SendKeys mnemonic: "[bof]"

GRCURSOR_STR

public static final java.lang.String GRCURSOR_STR

KEYPAD0_STR

public static final java.lang.String KEYPAD0_STR
SendKeys mnemonic: "[keypad0]"

KEYPAD1_STR

public static final java.lang.String KEYPAD1_STR
SendKeys mnemonic: "[keypad1]"

KEYPAD2_STR

public static final java.lang.String KEYPAD2_STR
SendKeys mnemonic: "[keypad2]"

KEYPAD3_STR

public static final java.lang.String KEYPAD3_STR
SendKeys mnemonic: "[keypad3]"

KEYPAD4_STR

public static final java.lang.String KEYPAD4_STR
SendKeys mnemonic: "[keypad4]"

KEYPAD5_STR

public static final java.lang.String KEYPAD5_STR
SendKeys mnemonic: "[keypad5]"

KEYPAD6_STR

public static final java.lang.String KEYPAD6_STR
SendKeys mnemonic: "[keypad6]"

KEYPAD7_STR

public static final java.lang.String KEYPAD7_STR
SendKeys mnemonic: "[keypad7]"

KEYPAD8_STR

public static final java.lang.String KEYPAD8_STR
SendKeys mnemonic: "[keypad8]"

KEYPAD9_STR

public static final java.lang.String KEYPAD9_STR
SendKeys mnemonic: "[keypad9]"

KEYPADDOT_STR

public static final java.lang.String KEYPADDOT_STR
SendKeys mnemonic: "[keypad.]"

KEYPADENTER_STR

public static final java.lang.String KEYPADENTER_STR
SendKeys mnemonic: "[keypadenter]"

KEYPADCOMMA_STR

public static final java.lang.String KEYPADCOMMA_STR
SendKeys mnemonic: "[keypad,]"

KEYPADMINUS_STR

public static final java.lang.String KEYPADMINUS_STR
SendKeys mnemonic: "[keypad-]"

OICR_STR

public static final java.lang.String OICR_STR

MSR_STR

public static final java.lang.String MSR_STR

PRTESTPAGE_STR

public static final java.lang.String PRTESTPAGE_STR

CANCELPJOB_STR

public static final java.lang.String CANCELPJOB_STR
SendKeys mnemonic: "[cancelpjob]"

FORMFEED_STR

public static final java.lang.String FORMFEED_STR

RETRYPRT_STR

public static final java.lang.String RETRYPRT_STR
SendKeys mnemonic: "[retryprint]"

CONTINUEPJOB_STR

public static final java.lang.String CONTINUEPJOB_STR
SendKeys mnemonic: "[continue]"

HOSTPRT_STR

public static final java.lang.String HOSTPRT_STR

SCREENREV_STR

public static final java.lang.String SCREENREV_STR
SendKeys mnemonic: "[screenrev]"

LATINL_STR

public static final java.lang.String LATINL_STR
SendKeys mnemonic: "[latinlayer]"

BIDIL_STR

public static final java.lang.String BIDIL_STR
SendKeys mnemonic: "[bidilayer]"

BASE_STR

public static final java.lang.String BASE_STR
SendKeys mnemonic: "[base]"

FLDREV_STR

public static final java.lang.String FLDREV_STR
SendKeys mnemonic: "[fldrev]"

CLOSE_STR

public static final java.lang.String CLOSE_STR
SendKeys mnemonic: "[close]"

AUTOREV_STR

public static final java.lang.String AUTOREV_STR
SendKeys mnemonic: "[autorev]"

PUSH_STR

public static final java.lang.String PUSH_STR
SendKeys mnemonic: "[push]"

ENDPUSH_STR

public static final java.lang.String ENDPUSH_STR
SendKeys mnemonic: "[endpush]"

AUTOPUSH_STR

public static final java.lang.String AUTOPUSH_STR
SendKeys mnemonic: "[autopush]"

CSD_STR

public static final java.lang.String CSD_STR
SendKeys mnemonic: "[csd]"

FINAL_STR

public static final java.lang.String FINAL_STR
SendKeys mnemonic: "[final]"

INITIAL_STR

public static final java.lang.String INITIAL_STR
SendKeys mnemonic: "[initial]"

MIDDLE_STR

public static final java.lang.String MIDDLE_STR
SendKeys mnemonic: "[middle]"

ISOLATED_STR

public static final java.lang.String ISOLATED_STR
SendKeys mnemonic: "[isolated]"

FLDSHAPE_STR

public static final java.lang.String FLDSHAPE_STR
SendKeys mnemonic: "[fieldshape]"

FLDBASE_STR

public static final java.lang.String FLDBASE_STR

TXTORL2R_STR

public static final java.lang.String TXTORL2R_STR

TXTORR2L_STR

public static final java.lang.String TXTORR2L_STR

ROUNDTRIP_ON_STR

public static final java.lang.String ROUNDTRIP_ON_STR

ROUNDTRIP_OFF_STR

public static final java.lang.String ROUNDTRIP_OFF_STR

TXTTYPEV_STR

public static final java.lang.String TXTTYPEV_STR

TXTTYPEL_STR

public static final java.lang.String TXTTYPEL_STR

NUMNOMINAL_STR

public static final java.lang.String NUMNOMINAL_STR

NUMNATIONAL_STR

public static final java.lang.String NUMNATIONAL_STR

NUMCONTEXT_STR

public static final java.lang.String NUMCONTEXT_STR

VISUAL_DISP_STR

public static final java.lang.String VISUAL_DISP_STR

LOGICAL_DISP_STR

public static final java.lang.String LOGICAL_DISP_STR

NOMINAL_DISP_STR

public static final java.lang.String NOMINAL_DISP_STR

NATIONAL_DISP_STR

public static final java.lang.String NATIONAL_DISP_STR

CONTEXT_DISP_STR

public static final java.lang.String CONTEXT_DISP_STR

BIDI_MODE_ON_STR

public static final java.lang.String BIDI_MODE_ON_STR

BIDI_MODE_OFF_STR

public static final java.lang.String BIDI_MODE_OFF_STR

CURSOR_DIRECTION_STR

public static final java.lang.String CURSOR_DIRECTION_STR

TOGGLEHEB_STR

public static final java.lang.String TOGGLEHEB_STR

COLUMNHEAD_STR

public static final java.lang.String COLUMNHEAD_STR

SMARTORDERING_ON_STR

public static final java.lang.String SMARTORDERING_ON_STR

SMARTORDERING_OFF_STR

public static final java.lang.String SMARTORDERING_OFF_STR

THAIL_STR

public static final java.lang.String THAIL_STR

HINDIL_STR

public static final java.lang.String HINDIL_STR

STARTMAC_STR

public static final java.lang.String STARTMAC_STR

VTPRINTCONVERT_STR

public static final java.lang.String VTPRINTCONVERT_STR

DOCMODE_STR

public static final java.lang.String DOCMODE_STR

WORDWRAP_STR

public static final java.lang.String WORDWRAP_STR

NO_TIMEOUT

public static final int NO_TIMEOUT
Used with ECLPS and ECLOIA WaitFor methods

ATTR_PROTECTED

public static final short ATTR_PROTECTED
3270 field attribute mask for the protected attribute (0x20). This mask can be used against raw attribute byte returned by ECLField.GetAttribute() or directly against the field plane data.

ATTR_ALPHANUM

public static final short ATTR_ALPHANUM
3270 field attribute mask for the alphanumeric attribute (0x10). This mask can be used against raw attribute byte returned by ECLField.GetAttribute() or directly against the field plane data.

ATTR_DISPLAY1

public static final short ATTR_DISPLAY1
3270 field attribute mask for the high-order display bit (0x08). This mask can be used against raw attribute byte returned by ECLField.GetAttribute() or directly against the field plane data.

ATTR_DISPLAY2

public static final short ATTR_DISPLAY2
3270 field attribute mask for the low-order display bit (0x04). This mask can be used against raw attribute byte returned by ECLField.GetAttribute() or directly against the field plane data.

ATTR_MDT

public static final short ATTR_MDT
3270 field attribute mask for the low-order display bit (0x01). This mask can be used against raw attribute byte returned by ECLField.GetAttribute() or directly against the field plane data.

EXT_ATTR_3270_UNDERLINE

public static final short EXT_ATTR_3270_UNDERLINE
3270 extended field attribute mask for the underline attribute (0xC0). This mask can be used against raw attribute byte in the extended field plane.

EXT_ATTR_3270_REVERSE

public static final short EXT_ATTR_3270_REVERSE
3270 extended field attribute mask for the reverse video attribute (0x80). This mask can be used against raw attribute byte in the extended field plane.

EXT_ATTR_3270_BLINK

public static final short EXT_ATTR_3270_BLINK
3270 extended field attribute mask for the blink attribute (0x40). This mask can be used against raw attribute byte in the extended field plane.

EXT_ATTR_3270_EBCDIC

public static final short EXT_ATTR_3270_EBCDIC

EXT_ATTR_3270_APL

public static final short EXT_ATTR_3270_APL

EXT_ATTR_3270_CHAR

public static final short EXT_ATTR_3270_CHAR

EXT_ATTR_3270_DBCS

public static final short EXT_ATTR_3270_DBCS
3270 extended field attribute mask for the double-byte attribute (0x06). This mask can be used against raw attribute byte in the extended field plane.

EXT_OPAQUE

public static final short EXT_OPAQUE

DEF_3270

public static final short DEF_3270

BLUE_3270

public static final short BLUE_3270

RED_3270

public static final short RED_3270

PINK_3270

public static final short PINK_3270

GREEN_3270

public static final short GREEN_3270

TURQ_3270

public static final short TURQ_3270

YELLOW_3270

public static final short YELLOW_3270

NEUT_3270

public static final short NEUT_3270

ATTR_5250_NORMAL

public static final short ATTR_5250_NORMAL

ATTR_5250_DISPLAY

public static final short ATTR_5250_DISPLAY
5250 field attribute mask for the display attribute (0x40). This mask can be used against raw attribute byte returned by ECLField.GetAttribute() or directly against the field plane data.

ATTR_5250_PROTECTED

public static final short ATTR_5250_PROTECTED
5250 field attribute mask for the protected attribute (0x20). This mask can be used against raw attribute byte returned by ECLField.GetAttribute() or directly against the field plane data.

ATTR_5250_BRIGHT

public static final short ATTR_5250_BRIGHT
5250 field attribute mask for the high intensity attribute (0x10). This mask can be used against raw attribute byte returned by ECLField.GetAttribute() or directly against the field plane data.

ATTR_5250_ALPHANUM_MASK

public static final short ATTR_5250_ALPHANUM_MASK
5250 field attribute mask used to isolate the alphanumeric bits (0x0E). This mask can be used against raw attribute byte returned by ECLField.GetAttribute() or directly against the field plane data.

ATTR_5250_ALPHANUM

public static final short ATTR_5250_ALPHANUM
5250 field attribute mask used in conjunction with ATTR_5250_ALPHANUM_MASK to identify alphanumeric fields (0x00). This mask can be used against raw attribute byte returned by ECLField.GetAttribute() or directly against the field plane data.

ATTR_5250_ALPHA_ONLY

public static final short ATTR_5250_ALPHA_ONLY
5250 field attribute mask used in conjunction with ATTR_5250_ALPHANUM_MASK to identify alphabetic-only fields (0x02). This mask can be used against raw attribute byte returned by ECLField.GetAttribute() or directly against the field plane data.

ATTR_5250_NUM_SHIFT

public static final short ATTR_5250_NUM_SHIFT
5250 field attribute mask used in conjunction with ATTR_5250_ALPHANUM_MASK to identify numeric shift fields (0x04). This mask can be used against raw attribute byte returned by ECLField.GetAttribute() or directly against the field plane data.

ATTR_5250_NUM_PLUS

public static final short ATTR_5250_NUM_PLUS
5250 field attribute mask used in conjunction with ATTR_5250_ALPHANUM_MASK to identify numeric plus fields (0x06). This mask can be used against raw attribute byte returned by ECLField.GetAttribute() or directly against the field plane data.

ATTR_5250_DBCS_KATAKANA

public static final short ATTR_5250_DBCS_KATAKANA
5250 field attribute mask used in conjunction with ATTR_5250_ALPHANUM_MASK to identify Katakana shift fields (0x08). This mask can be used against raw attribute byte returned by ECLField.GetAttribute() or directly against the field plane data.

ATTR_5250_BIDI_RTL

public static final short ATTR_5250_BIDI_RTL
5250 field attribute mask used in conjunction with ATTR_5250_ALPHANUM_MASK to identify BIDI right-to-left fields (0x08). This mask can be used against raw attribute byte returned by ECLField.GetAttribute() or directly against the field plane data.

ATTR_5250_NUM_ONLY

public static final short ATTR_5250_NUM_ONLY
5250 field attribute mask used in conjunction with ATTR_5250_ALPHANUM_MASK to identify numeric-only fields (0x0A). This mask can be used against raw attribute byte returned by ECLField.GetAttribute() or directly against the field plane data.

ATTR_5250_MAG_STRIPE

public static final short ATTR_5250_MAG_STRIPE
5250 field attribute mask used in conjunction with ATTR_5250_ALPHANUM_MASK to identify magnetic stripe fields (0x0C). This mask can be used against raw attribute byte returned by ECLField.GetAttribute() or directly against the field plane data.

ATTR_5250_NUM_SIGNED

public static final short ATTR_5250_NUM_SIGNED
5250 field attribute mask used in conjunction with ATTR_5250_ALPHANUM_MASK to identify signed numeric-only fields (0x0E). This mask can be used against raw attribute byte returned by ECLField.GetAttribute() or directly against the field plane data.

ATTR_5250_MODIFIED

public static final short ATTR_5250_MODIFIED
5250 field attribute mask for the modified attribute (0x01). This mask can be used against raw attribute byte returned by ECLField.GetAttribute() or directly against the field plane data.

EXT_ATTR_5250_REVERSE

public static final short EXT_ATTR_5250_REVERSE
5250 extended field attribute mask for the reverse video attribute (0x80). This mask can be used against raw attribute byte in the extended field plane.

EXT_ATTR_5250_UNDERLINE

public static final short EXT_ATTR_5250_UNDERLINE
5250 extended field attribute mask for the underline attribute (0x40). This mask can be used against raw attribute byte in the extended field plane.

EXT_ATTR_5250_BLINK

public static final short EXT_ATTR_5250_BLINK
5250 extended field attribute mask for the blink attribute (0x20). This mask can be used against raw attribute byte in the extended field plane.

EXT_ATTR_5250_COLUMN_SEP

public static final short EXT_ATTR_5250_COLUMN_SEP
5250 extended field attribute mask for the column separator attribute (0x10). This mask can be used against raw attribute byte in the extended field plane.

DB_MIX

public static final short DB_MIX
DBCS field attribute mask for the DBCS SO/SI Mixed field attribute (0x04). This mask can be used against the DBCS attribute byte returned by ECLPS.GetScreen().

DB_SOSI_EXIST

public static final short DB_SOSI_EXIST
DBCS field attribute mask for the DBCS SO/SI Pairs Exist attribute (0x20). This mask can be used against the DBCS attribute byte returned by ECLPS.GetScreen().

DB_CA_EXIST

public static final short DB_CA_EXIST
DBCS field attribute mask for the DBCS Character Exist attribute (0x02). This mask can be used against the DBCS attribute byte returned by ECLPS.GetScreen().

DBATTR_DEFAULT

public static final short DBATTR_DEFAULT
DBCS field attribute mask for the DBCS default attribute (0x00). This mask can be used against the DBCS attribute byte returned by ECLPS.GetScreen().

DBATTR_ONLY

public static final short DBATTR_ONLY
DBCS field attribute mask for the DBCS Only field attribute (0x08). This mask can be used against the DBCS attribute byte returned by ECLPS.GetScreen() and 5250 session only.

DBATTR_EITHER

public static final short DBATTR_EITHER
DBCS field attribute mask for the DBCS Either field attribute (0x10). This mask can be used against the DBCS attribute byte returned by ECLPS.GetScreen() and 5250 session only.

DBATTR_OPEN

public static final short DBATTR_OPEN
DBCS field attribute mask for the DBCS Open field attribute (0x18). This mask can be used against the DBCS attribute byte returned by ECLPS.GetScreen() and 5250 session only.

DBATTR_PURE

public static final short DBATTR_PURE
DBCS field attribute mask for the DBCS Pure field attribute (0x09). This mask can be used against the DBCS attribute byte returned by ECLPS.GetScreen() and 5250 session only.

DB_DBCS

public static final short DB_DBCS
DBCS character attribute mask for the DBCS character (0x80). This mask can be used against the DBCS attribute byte returned by ECLPS.GetScreen()

DB_DB1

public static final short DB_DB1
DBCS character attribute mask for the DBCS first byte position (0x40). This mask can be used against the DBCS attribute byte returned by ECLPS.GetScreen()

DB_SO

public static final short DB_SO
DBCS character attribute mask for the DBCS SO character position (0x20). This mask can be used against the DBCS attribute byte returned by ECLPS.GetScreen()

DB_SI

public static final short DB_SI
DBCS character attribute mask for the DBCS SI character position (0x10). This mask can be used against the DBCS attribute byte returned by ECLPS.GetScreen()

DB_DEAD

public static final short DB_DEAD
DBCS character attribute mask for the DBCS dead character position (0x08). This mask can be used against the DBCS attribute byte returned by ECLPS.GetScreen()

DB_DBHIGH

public static final short DB_DBHIGH
DBCS character attribute mask for the DBCS first byte position (0x20) and DBCS character (0x08). This mask can be used against the DBCS attribute byte returned by ECLPS.GetScreen()

DB_CLEAR

public static final short DB_CLEAR

EBC_SO

public static final short EBC_SO
DBCS Shift-Out (SO) value (0x0e) in EBCDIC code point.

EBC_SI

public static final short EBC_SI
DBCS Shift-In (SI) value (0x0f) in EBCDIC code point.

DBDEFALT

public static final short DBDEFALT

EXT_G_LEFT

public static final short EXT_G_LEFT
Grid field attribute mask for the Left Character Grid (0x80). This mask can be used against the Grid attribute byte returned by ECLPS.GetScreen().

EXT_G_OVER

public static final short EXT_G_OVER
Grid field attribute mask for the Upper Character Grid (0x40). This mask can be used against the Grid attribute byte returned by ECLPS.GetScreen().

EXT_G_RIGHT

public static final short EXT_G_RIGHT
Grid field attribute mask for the Right Character Grid (0x20). This mask can be used against the Grid attribute byte returned by ECLPS.GetScreen().

EXT_G_UNDER

public static final short EXT_G_UNDER
Grid field attribute mask for the Under Character Grid (0x10). This mask can be used against the Grid attribute byte returned by ECLPS.GetScreen().

EXT_G_ALL

public static final short EXT_G_ALL
ORed mask all 3270 grid plane lines at field attribute position

EXT_D_LEFT

public static final short EXT_D_LEFT
Grid character attribute mask for the Left Character Grid (0x08). This mask can be used against the Grid attribute byte returned by ECLPS.GetScreen().

EXT_D_OVER

public static final short EXT_D_OVER
Grid character attribute mask for the Upper Character Grid (0x04). This mask can be used against the Grid attribute byte returned by ECLPS.GetScreen().

EXT_D_RIGHT

public static final short EXT_D_RIGHT
Grid character attribute mask for the Right Character Grid (0x02). This mask can be used against the Grid attribute byte returned by ECLPS.GetScreen().

EXT_D_UNDER

public static final short EXT_D_UNDER
Grid character attribute mask for the Under Character Grid (0x01). This mask can be used against the Grid attribute byte returned by ECLPS.GetScreen().

EXT_D_BOTH

public static final short EXT_D_BOTH

ALL_FIELDS

public static final int ALL_FIELDS
Used only with ECLFieldList GetFirstField() and GetNextField() methods to find any fields

MODIFIED_FIELD

public static final int MODIFIED_FIELD
Used only with ECLFieldList GetFirstField() and GetNextField() methods to find modified fields

ALPHANUM_FIELD

public static final int ALPHANUM_FIELD
Used only with ECLFieldList GetFirstField() and GetNextField() methods to find alphanumeric fields

HILIGHT_FIELD

public static final int HILIGHT_FIELD
Used only with ECLFieldList GetFirstField() and GetNextField() methods to find high intensity fields

PROTECTED_FIELD

public static final int PROTECTED_FIELD
Used only with ECLFieldList GetFirstField() and GetNextField() methods to find protected fields

DISPLAYABLE_FIELD

public static final int DISPLAYABLE_FIELD
Used only with ECLFieldList GetFirstField() and GetNextField() methods to find display fields

PENDETECTABLE_FIELD

public static final int PENDETECTABLE_FIELD
Used only with ECLFieldList GetFirstField() and GetNextField() methods to find pen-detectable fields

UNMODIFIED_FIELD

public static final int UNMODIFIED_FIELD
Used only with ECLFieldList GetFirstField() and GetNextField() methods to find unmodified fields

NUMERIC_FIELD

public static final int NUMERIC_FIELD
Used only with ECLFieldList GetFirstField() and GetNextField() methods to find numeric-only fields

LOLIGHT_FIELD

public static final int LOLIGHT_FIELD
Used only with ECLFieldList GetFirstField() and GetNextField() methods to find low intensity fields

UNPROTECTED_FIELD

public static final int UNPROTECTED_FIELD
Used only with ECLFieldList GetFirstField() and GetNextField() methods to find unprotected fields

NON_DISPLAYABLE_FIELD

public static final int NON_DISPLAYABLE_FIELD
Used only with ECLFieldList GetFirstField() and GetNextField() methods to find hidden fields

NON_PENDETECTABLE_FIELD

public static final int NON_PENDETECTABLE_FIELD
Used only with ECLFieldList GetFirstField() and GetNextField() methods to find non-pen-detectable fields

EXT_REVERSE

public static final short EXT_REVERSE

EXT_BLINK

public static final short EXT_BLINK

EXT_UNDERLN

public static final short EXT_UNDERLN

EXT_COL_SEP

public static final short EXT_COL_SEP

EXT_NORMAL

public static final short EXT_NORMAL

EXT_NON_ERASEABLE

public static final short EXT_NON_ERASEABLE

EXT_DBCS

public static final short EXT_DBCS

EXT_EFA_FG_SET

public static final short EXT_EFA_FG_SET

EXT_EFA_APL_SET

public static final short EXT_EFA_APL_SET

DUP_CHAR

public static final short DUP_CHAR

FIELD_MARK

public static final short FIELD_MARK

EXT_LINEATTR_NORMAL

public static final int EXT_LINEATTR_NORMAL

EXT_LINEATTR_DBLWID

public static final int EXT_LINEATTR_DBLWID

EXT_LINEATTR_DBLWID_DBLHT_TOP

public static final int EXT_LINEATTR_DBLWID_DBLHT_TOP

EXT_LINEATTR_DBLWID_DBLHT_BOT

public static final int EXT_LINEATTR_DBLWID_DBLHT_BOT

EXT_LINEATTR_CHECK

public static final int EXT_LINEATTR_CHECK