com.collation.platform.model.topology.enums
Interface MQConvEBCDICNewlineEnum

All Superinterfaces:
Enumeration

public interface MQConvEBCDICNewlineEnum
extends Enumeration

EBCDIC code pages contain a new line (NL) character that is not supported by ASCII code pages, although some ISO variants of ASCII contain an equivalent. Use the ConvEBCDICNewline attribute to specify the method WebSphere MQ is to use when converting the EBCDIC NL character into ASCII format.


Field Summary
static int ISO
           
static int NL_TO_LF
           
static int OTHER
           
static int TABLE
           
static int UNKNOWN
           
 

Field Detail

UNKNOWN

static final int UNKNOWN
See Also:
Constant Field Values

OTHER

static final int OTHER
See Also:
Constant Field Values

NL_TO_LF

static final int NL_TO_LF
See Also:
Constant Field Values

TABLE

static final int TABLE
See Also:
Constant Field Values

ISO

static final int ISO
See Also:
Constant Field Values