Customization > Automation Interface > Object Attributes and Associations > Actual template parameter (automation interface)
  
Actual template parameter (automation interface)
Important
Modeler ensures that Actual Template Parameters on a bind Dependency match the Formal Template Parameters on an associated template Package. If you create Actual Template Parameters through the automation interface, you must ensure that they match any associated Formal Template Parameters.
An Actual Template Parameter specifies actual parameters for a bind Dependency.
ATTRIBUTES:
In addition to the common attributes
Constraints
A textual property describing restrictions on the values that may be assumed.
Access is read/write.
Description
A textual property that gives an overview of the dictionary item.
Access is read/write.
Parameter Type
A textual property which specifies whether the Actual Template Parameter is an Object or String:
A value of STRING means that the Actual Template Parameter is a string, which is recorded through the Value attribute.
A value of OBJECT means that the Actual Template Parameter is an object, which is referenced through the Actual Value association.
The value of the Parameter Type attribute is derived from the Parameter Type attribute of the associated Formal Template Parameter.
Access is read-only.
Value
A textual property that specifies the value of an Actual Template Parameter string. This attribute is used only when the Parameter Type is String.
Access is read/write.
ASSOCIATIONS:
In addition to the common associations:
Actual Value
Relationship to the Actual Template Parameter object. This attribute is used only when the Parameter Type is Object.
Note that the inverse name for the Actual Value association is Valued Actual Template Parameter.
Multiplicity is 0-1, Access is read/write.
Dependency
Relationship to the Dependency that owns the Actual Template Parameter.
Multiplicity is 1, Access is read/write.
Formal
Relationship to the Formal Template Parameter object for which the Actual Template Parameter was created.
Multiplicity is 1, Access is read-only.
Value Object
Relationship to an object that is the object that is an actual value for the Actual Template Parameter.
Multiplicity is 0-1, Access is read/write.