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

All Superinterfaces:
CommonProps

public interface SharedVariableConfigProps
extends CommonProps

The set of all configuration properties of the Shared Variable Shared Resource.


Field Summary
static byte BUILD_VALUE
          This is the Build Value configuration property.
static byte INITIAL_VALUE
          This is the Initial Value configuration property.
static byte IS_JOB_SHARED
          The is Is Job Shared configuration property is used to obtain if the current Shared Variable Configuration is a Job Shared Variable.
static byte MULTI_ENGINE
          This is the Multi Engine configuration property.
static byte PERSISTENT
          This is the Persistent configuration property.
static byte SELECT_VALUE
          This is the Select Value configuration property.
 
Fields inherited from interface com.tibco.bw.plugin.config.CommonProps
DESCRIPTION, NAME, UNRESERVED_PROPERTY
 

Field Detail

IS_JOB_SHARED


static final byte IS_JOB_SHARED
The is Is Job Shared configuration property is used to obtain if the current Shared Variable Configuration is a Job Shared Variable.

The type of this configuration property is boolean

See Also:
Constant Field Values

PERSISTENT


static final byte PERSISTENT
This is the Persistent configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

MULTI_ENGINE


static final byte MULTI_ENGINE
This is the Multi Engine configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

INITIAL_VALUE


static final byte INITIAL_VALUE
This is the Initial Value configuration property.

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

See Also:
Constant Field Values

SELECT_VALUE


static final byte SELECT_VALUE
This is the Select Value configuration property.

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

See Also:
Constant Field Values

BUILD_VALUE


static final byte BUILD_VALUE
This is the Build Value 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