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

All Superinterfaces:
CommonProps

public interface ParseDataConfigProps
extends CommonProps

The set of all configuration properties of the Parse Data Activity.


Field Summary
static byte CONTINUE_ON_ERROR
          This is the Continue On Error configuration property.
static byte DATAFORMAT
          This is the Data Format configuration property.
static byte ENCODING
          This is the Encoding configuration property.
static byte INPUT_TYPE
          This is the Input Type configuration property.
static byte MANUALLY_SPECIFY_START_RECORD
          This is the Manually Specify Start Record configuration property.
static byte SKIP_BlANK_LINES
          This is the Skip Blank Lines configuration property.
static byte STRICT_VALIDATION
          This is the Strict Validation configuration property.
 
Fields inherited from interface com.tibco.bw.plugin.config.CommonProps
DESCRIPTION, NAME, UNRESERVED_PROPERTY
 

Field Detail

DATAFORMAT


static final byte DATAFORMAT
This is the Data Format configuration property.

The type of this configuration property is java.lang.String and com.tibco.bw.plugin.config.ConfigProps

See Also:
Constant Field Values

INPUT_TYPE


static final byte INPUT_TYPE
This is the Input Type configuration property.

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

See Also:
Constant Field Values

ENCODING


static final byte ENCODING
This is the Encoding configuration property.

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

See Also:
Constant Field Values

SKIP_BlANK_LINES


static final byte SKIP_BlANK_LINES
This is the Skip Blank Lines configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

MANUALLY_SPECIFY_START_RECORD


static final byte MANUALLY_SPECIFY_START_RECORD
This is the Manually Specify Start Record configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

STRICT_VALIDATION


static final byte STRICT_VALIDATION
This is the Strict Validation configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

CONTINUE_ON_ERROR


static final byte CONTINUE_ON_ERROR
This is the Continue On Error configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values


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