com.tibco.bw.plugin.config.generalactivities
Interface InspectorConfigProps

All Superinterfaces:
CommonProps

public interface InspectorConfigProps
extends CommonProps

The set of all configuration properties of the Inspector Activity.


Field Summary
static byte ACTIVITY
          This is the Activity configuration property.
static byte APPEND_TO_FILE
          This is the Append To File configuration property.
static byte STDOUT
          This is the Stdout configuration property.
static byte SUPPRESS_JOB_HEADERS
          This is the Suppress Job Headers configuration property.
 
Fields inherited from interface com.tibco.bw.plugin.config.CommonProps
DESCRIPTION, NAME, UNRESERVED_PROPERTY
 

Field Detail

STDOUT


static final byte STDOUT
This is the Stdout configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

ACTIVITY


static final byte ACTIVITY
This is the Activity configuration property.

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

See Also:
Constant Field Values

APPEND_TO_FILE


static final byte APPEND_TO_FILE
This is the Append To File configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

SUPPRESS_JOB_HEADERS


static final byte SUPPRESS_JOB_HEADERS
This is the Suppress Job Headers configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values


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