com.ibm.cics.server
Interface TerminalSendTextBits

All Superinterfaces:
TerminalSendCommonBits

public interface TerminalSendTextBits
extends TerminalSendCommonBits

This interface provides a set of constants that should be used to construct a java.util.BitSet for use sendText().

Version:
1.2
Author:
John Colgrave

Field Summary
static int FORMFEED
          The FORMFEED terminal code
static int NLEOM
          The NLEOM terminal code
static int NUMBER_OF_BITS
          The total number of optional control codes
 
Fields inherited from interface com.ibm.cics.server.TerminalSendCommonBits
ALARM, ERASE, FREEKB, PRINT
 

Field Detail

FORMFEED

static final int FORMFEED
The FORMFEED terminal code

See Also:
Constant Field Values

NLEOM

static final int NLEOM
The NLEOM terminal code

See Also:
Constant Field Values

NUMBER_OF_BITS

static final int NUMBER_OF_BITS
The total number of optional control codes

See Also:
Constant Field Values