com.tibco.bw.plugin.config.tcp
Interface WriteTCPDataConfigProps

All Superinterfaces:
CommonProps
All Known Subinterfaces:
ReadTCPDataConfigProps

public interface WriteTCPDataConfigProps
extends CommonProps

The set of all configuration properties of the Write TCP Data Activity.


Field Summary
static byte ENCODING
          This is the Encoding configuration property.
static byte SEPARATOR
          This is the Separator configuration property.
static byte TYPE
          This is the Type configuration property.
static byte USER_DEFINED_SEPARATOR
          This is the User Defined Separator configuration property.
 
Fields inherited from interface com.tibco.bw.plugin.config.CommonProps
DESCRIPTION, NAME, UNRESERVED_PROPERTY
 

Field Detail

TYPE


static final byte TYPE
This is the Type configuration property.

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

See Also:
Constant Field Values

SEPARATOR


static final byte SEPARATOR
This is the Separator configuration property.

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

See Also:
Constant Field Values

USER_DEFINED_SEPARATOR


static final byte USER_DEFINED_SEPARATOR
This is the User Defined Separator 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


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