Class: WorkModelMapping

tibco.objectapi.brm.WorkModelMapping

new WorkModelMapping()

Definition of a mapping of a work model parameter to a work type parameter. Constructs a new WorkModelMapping.

The following features are supported:

  • Type Param Name
  • Model Param Name
  • Default Value

Members

DefaultValue :string

A default value to specify for the WorkType parameter if no appropriate Model parameter exist to map from. This property holds the value of the 'Default Value' attribute.
Type:
  • string

ModelParamName :string

The name of the Model parameter whose value should be mapped to map to this WorkType parameter. This property holds the value of the 'Model Param Name' attribute.
Type:
  • string

TypeParamName :string

The name of the WorkType parameter this mapping relates to. This property holds the value of the 'Type Param Name' attribute.
Type:
  • string