com.tibco.bw.plugin.config.parse
Interface DataFormatConfigProps

All Superinterfaces:
CommonProps

public interface DataFormatConfigProps
extends CommonProps

The set of all configuration properties of the Data Format Shared Resource.


Field Summary
static byte COL_SEP_PARSE_RULE
          This is the Col Separator Parse Rule configuration property.
static byte COL_SEPARATOR
          This is the Col Separator configuration property.
static byte FILL_CHARACTER
          This is the Fill Character configuration property.
static byte FILL_WITH
          This is the Fill With configuration property.
static byte FIXED_FORMAT_CONFIG
          This is the Field Offset (table) configuration property.
static byte FORMAT_TYPE
          This is the Format Type configuration property.
static byte LINE_LENGTH
          This is the Line Length configuration property.
static byte LINE_SEPARATOR
          This is the Line Separator configuration property.
 
Fields inherited from interface com.tibco.bw.plugin.config.CommonProps
DESCRIPTION, NAME, UNRESERVED_PROPERTY
 

Field Detail

FORMAT_TYPE


static final byte FORMAT_TYPE
This is the Format Type configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

COL_SEPARATOR


static final byte COL_SEPARATOR
This is the Col Separator configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

COL_SEP_PARSE_RULE


static final byte COL_SEP_PARSE_RULE
This is the Col Separator Parse Rule configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

LINE_SEPARATOR


static final byte LINE_SEPARATOR
This is the Line Separator configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

FILL_CHARACTER


static final byte FILL_CHARACTER
This is the Fill Character configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

FIXED_FORMAT_CONFIG


static final byte FIXED_FORMAT_CONFIG
This is the Field Offset (table) configuration property.

The type of this configuration property is List

See Also:
Constant Field Values

LINE_LENGTH


static final byte LINE_LENGTH
This is the Line Length configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

FILL_WITH


static final byte FILL_WITH
This is the Fill With configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values


Copyright @ 2010, TIBCO Softwares (Inc). All right reserved