blob: b5bbbb9c5ad28da1d8dc96d9ffa0d66c6fc8df24 [file] [log] [blame]
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>AppendParameterBinding</title>
<link href="book.css" rel="stylesheet" type="text/css">
<meta content="DocBook XSL Stylesheets V1.75.1" name="generator">
<link rel="home" href="index.html" title="QVT Declarative Documentation">
<link rel="up" href="qvtimperative.html" title="qvtimperative">
<link rel="prev" href="AppendParameter.html" title="AppendParameter">
<link rel="next" href="BufferStatement.html" title="BufferStatement">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<h1 xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">
AppendParameterBinding
</h1>
<div class="section" title="AppendParameterBinding">
<div class="titlepage">
<div>
<div>
<h2 class="title" style="clear: both">
<a name="AppendParameterBinding"></a>
<span class="bold"><strong>
<code class="code">AppendParameterBinding</code>
</strong></span>
</h2>
</div>
</div>
</div>
<p>An AppendParameterBinding binds an AppendParameter of an invoked Mapping to a connection of the invoker.
Execution of the mapping may append to the connection.</p>
<p>syntax:
<code class="code">formalName appendsTo connection;</code>
</p>
<p>conformsTo
<a class="link" href="MappingParameterBinding.html" title="MappingParameterBinding">
<code class="code">MappingParameterBinding</code>
</a>
</p>
<p>
<span class="bold"><strong>Associations</strong></span>
</p>
<p>
<code class="code">value : ::ConnectionVariable[1]</code>
</p>
<p>The value or collection of values to bind to boundVariable</p>
</div>
</body>
</html>