blob: bdd6358e3ece82864b42dad846a0e6671724ddac [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<title>SetupSwitch (Oomph Setup Documentation)</title>
<meta name="date" content="">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SetupSwitch (Oomph Setup Documentation)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/SetupSwitch.html">Use</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/eclipse/oomph/setup/util/SetupAdapterFactory.html" title="class in org.eclipse.oomph.setup.util"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../org/eclipse/oomph/setup/util/SetupUtil.html" title="class in org.eclipse.oomph.setup.util"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/eclipse/oomph/setup/util/SetupSwitch.html" target="_top">Frames</a></li>
<li><a href="SetupSwitch.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.eclipse.oomph.setup.util</div>
<h2 title="Class SetupSwitch" class="title">Class SetupSwitch&lt;T&gt;</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true" title="class or interface in org.eclipse.emf.ecore.util">org.eclipse.emf.ecore.util.Switch</a>&lt;T&gt;</li>
<li>
<ul class="inheritance">
<li>org.eclipse.oomph.setup.util.SetupSwitch&lt;T&gt;</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">SetupSwitch&lt;T&gt;</span>
extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true" title="class or interface in org.eclipse.emf.ecore.util">Switch</a>&lt;T&gt;</pre>
<div class="block"><!-- begin-user-doc -->
The <b>Switch</b> for the model's inheritance hierarchy.
It supports the call <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch(org.eclipse.emf.ecore.EObject)" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(object)</code></a>
to invoke the <code>caseXXX</code> method for each class of the model,
starting with the actual class of the object
and proceeding up the inheritance hierarchy
until a non-null result is returned,
which is the result of the switch.
<!-- end-user-doc --></div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/eclipse/oomph/setup/SetupPackage.html" title="interface in org.eclipse.oomph.setup"><code>SetupPackage</code></a></dd><dt><span class="strong">Generated</span></dt>
<dd></dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected static <a href="../../../../../org/eclipse/oomph/setup/SetupPackage.html" title="interface in org.eclipse.oomph.setup">SetupPackage</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html#modelPackage">modelPackage</a></strong></code>
<div class="block">The cached model package
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html#SetupSwitch()">SetupSwitch</a></strong>()</code>
<div class="block">Creates an instance of the switch.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html#caseAttributeRule(org.eclipse.oomph.setup.AttributeRule)">caseAttributeRule</a></strong>(<a href="../../../../../org/eclipse/oomph/setup/AttributeRule.html" title="interface in org.eclipse.oomph.setup">AttributeRule</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Attribute Rule</em>'.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html#caseCatalogSelection(org.eclipse.oomph.setup.CatalogSelection)">caseCatalogSelection</a></strong>(<a href="../../../../../org/eclipse/oomph/setup/CatalogSelection.html" title="interface in org.eclipse.oomph.setup">CatalogSelection</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Catalog Selection</em>'.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html#caseCompoundTask(org.eclipse.oomph.setup.CompoundTask)">caseCompoundTask</a></strong>(<a href="../../../../../org/eclipse/oomph/setup/CompoundTask.html" title="interface in org.eclipse.oomph.setup">CompoundTask</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Compound Task</em>'.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html#caseEclipseIniTask(org.eclipse.oomph.setup.EclipseIniTask)">caseEclipseIniTask</a></strong>(<a href="../../../../../org/eclipse/oomph/setup/EclipseIniTask.html" title="interface in org.eclipse.oomph.setup">EclipseIniTask</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Eclipse Ini Task</em>'.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html#caseIndex(org.eclipse.oomph.setup.Index)">caseIndex</a></strong>(<a href="../../../../../org/eclipse/oomph/setup/Index.html" title="interface in org.eclipse.oomph.setup">Index</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Index</em>'.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html#caseInstallation(org.eclipse.oomph.setup.Installation)">caseInstallation</a></strong>(<a href="../../../../../org/eclipse/oomph/setup/Installation.html" title="interface in org.eclipse.oomph.setup">Installation</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Installation</em>'.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html#caseInstallationTask(org.eclipse.oomph.setup.InstallationTask)">caseInstallationTask</a></strong>(<a href="../../../../../org/eclipse/oomph/setup/InstallationTask.html" title="interface in org.eclipse.oomph.setup">InstallationTask</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Installation Task</em>'.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html#caseInstallationToWorkspacesMapEntry(java.util.Map.Entry)">caseInstallationToWorkspacesMapEntry</a></strong>(<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</a>&lt;<a href="../../../../../org/eclipse/oomph/setup/Installation.html" title="interface in org.eclipse.oomph.setup">Installation</a>,<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/util/EList.html?is-external=true" title="class or interface in org.eclipse.emf.common.util">EList</a>&lt;<a href="../../../../../org/eclipse/oomph/setup/Workspace.html" title="interface in org.eclipse.oomph.setup">Workspace</a>&gt;&gt;&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Installation To Workspaces Map Entry</em>'.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html#caseLinkLocationTask(org.eclipse.oomph.setup.LinkLocationTask)">caseLinkLocationTask</a></strong>(<a href="../../../../../org/eclipse/oomph/setup/LinkLocationTask.html" title="interface in org.eclipse.oomph.setup">LinkLocationTask</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Link Location Task</em>'.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html#caseLocationCatalog(org.eclipse.oomph.setup.LocationCatalog)">caseLocationCatalog</a></strong>(<a href="../../../../../org/eclipse/oomph/setup/LocationCatalog.html" title="interface in org.eclipse.oomph.setup">LocationCatalog</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Location Catalog</em>'.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html#caseModelElement(org.eclipse.oomph.base.ModelElement)">caseModelElement</a></strong>(<a href="../../../../../../../org.eclipse.oomph.util.doc/javadoc/org/eclipse/oomph/base/ModelElement.html?is-external=true" title="class or interface in org.eclipse.oomph.base">ModelElement</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Model Element</em>'.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html#casePreferenceTask(org.eclipse.oomph.setup.PreferenceTask)">casePreferenceTask</a></strong>(<a href="../../../../../org/eclipse/oomph/setup/PreferenceTask.html" title="interface in org.eclipse.oomph.setup">PreferenceTask</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Preference Task</em>'.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html#caseProduct(org.eclipse.oomph.setup.Product)">caseProduct</a></strong>(<a href="../../../../../org/eclipse/oomph/setup/Product.html" title="interface in org.eclipse.oomph.setup">Product</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Product</em>'.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html#caseProductCatalog(org.eclipse.oomph.setup.ProductCatalog)">caseProductCatalog</a></strong>(<a href="../../../../../org/eclipse/oomph/setup/ProductCatalog.html" title="interface in org.eclipse.oomph.setup">ProductCatalog</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Product Catalog</em>'.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html#caseProductToProductVersionMapEntry(java.util.Map.Entry)">caseProductToProductVersionMapEntry</a></strong>(<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</a>&lt;<a href="../../../../../org/eclipse/oomph/setup/Product.html" title="interface in org.eclipse.oomph.setup">Product</a>,<a href="../../../../../org/eclipse/oomph/setup/ProductVersion.html" title="interface in org.eclipse.oomph.setup">ProductVersion</a>&gt;&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Product To Product Version Map Entry</em>'.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html#caseProductVersion(org.eclipse.oomph.setup.ProductVersion)">caseProductVersion</a></strong>(<a href="../../../../../org/eclipse/oomph/setup/ProductVersion.html" title="interface in org.eclipse.oomph.setup">ProductVersion</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Product Version</em>'.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html#caseProject(org.eclipse.oomph.setup.Project)">caseProject</a></strong>(<a href="../../../../../org/eclipse/oomph/setup/Project.html" title="interface in org.eclipse.oomph.setup">Project</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Project</em>'.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html#caseProjectCatalog(org.eclipse.oomph.setup.ProjectCatalog)">caseProjectCatalog</a></strong>(<a href="../../../../../org/eclipse/oomph/setup/ProjectCatalog.html" title="interface in org.eclipse.oomph.setup">ProjectCatalog</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Project Catalog</em>'.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html#caseProjectContainer(org.eclipse.oomph.setup.ProjectContainer)">caseProjectContainer</a></strong>(<a href="../../../../../org/eclipse/oomph/setup/ProjectContainer.html" title="interface in org.eclipse.oomph.setup">ProjectContainer</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Project Container</em>'.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html#caseProjectToStreamMapEntry(java.util.Map.Entry)">caseProjectToStreamMapEntry</a></strong>(<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</a>&lt;<a href="../../../../../org/eclipse/oomph/setup/Project.html" title="interface in org.eclipse.oomph.setup">Project</a>,<a href="../../../../../org/eclipse/oomph/setup/Stream.html" title="interface in org.eclipse.oomph.setup">Stream</a>&gt;&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Project To Stream Map Entry</em>'.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html#caseRedirectionTask(org.eclipse.oomph.setup.RedirectionTask)">caseRedirectionTask</a></strong>(<a href="../../../../../org/eclipse/oomph/setup/RedirectionTask.html" title="interface in org.eclipse.oomph.setup">RedirectionTask</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Redirection Task</em>'.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html#caseResourceCopyTask(org.eclipse.oomph.setup.ResourceCopyTask)">caseResourceCopyTask</a></strong>(<a href="../../../../../org/eclipse/oomph/setup/ResourceCopyTask.html" title="interface in org.eclipse.oomph.setup">ResourceCopyTask</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Resource Copy Task</em>'.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html#caseResourceCreationTask(org.eclipse.oomph.setup.ResourceCreationTask)">caseResourceCreationTask</a></strong>(<a href="../../../../../org/eclipse/oomph/setup/ResourceCreationTask.html" title="interface in org.eclipse.oomph.setup">ResourceCreationTask</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Resource Creation Task</em>'.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html#caseScope(org.eclipse.oomph.setup.Scope)">caseScope</a></strong>(<a href="../../../../../org/eclipse/oomph/setup/Scope.html" title="interface in org.eclipse.oomph.setup">Scope</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Scope</em>'.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html#caseSetupTask(org.eclipse.oomph.setup.SetupTask)">caseSetupTask</a></strong>(<a href="../../../../../org/eclipse/oomph/setup/SetupTask.html" title="interface in org.eclipse.oomph.setup">SetupTask</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Task</em>'.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html#caseSetupTaskContainer(org.eclipse.oomph.setup.SetupTaskContainer)">caseSetupTaskContainer</a></strong>(<a href="../../../../../org/eclipse/oomph/setup/SetupTaskContainer.html" title="interface in org.eclipse.oomph.setup">SetupTaskContainer</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Task Container</em>'.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html#caseStream(org.eclipse.oomph.setup.Stream)">caseStream</a></strong>(<a href="../../../../../org/eclipse/oomph/setup/Stream.html" title="interface in org.eclipse.oomph.setup">Stream</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Stream</em>'.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html#caseStringSubstitutionTask(org.eclipse.oomph.setup.StringSubstitutionTask)">caseStringSubstitutionTask</a></strong>(<a href="../../../../../org/eclipse/oomph/setup/StringSubstitutionTask.html" title="interface in org.eclipse.oomph.setup">StringSubstitutionTask</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>String Substitution Task</em>'.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html#caseTextModification(org.eclipse.oomph.setup.TextModification)">caseTextModification</a></strong>(<a href="../../../../../org/eclipse/oomph/setup/TextModification.html" title="interface in org.eclipse.oomph.setup">TextModification</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Text Modification</em>'.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html#caseTextModifyTask(org.eclipse.oomph.setup.TextModifyTask)">caseTextModifyTask</a></strong>(<a href="../../../../../org/eclipse/oomph/setup/TextModifyTask.html" title="interface in org.eclipse.oomph.setup">TextModifyTask</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Text Modify Task</em>'.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html#caseUser(org.eclipse.oomph.setup.User)">caseUser</a></strong>(<a href="../../../../../org/eclipse/oomph/setup/User.html" title="interface in org.eclipse.oomph.setup">User</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>User</em>'.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html#caseVariableChoice(org.eclipse.oomph.setup.VariableChoice)">caseVariableChoice</a></strong>(<a href="../../../../../org/eclipse/oomph/setup/VariableChoice.html" title="interface in org.eclipse.oomph.setup">VariableChoice</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Variable Choice</em>'.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html#caseVariableTask(org.eclipse.oomph.setup.VariableTask)">caseVariableTask</a></strong>(<a href="../../../../../org/eclipse/oomph/setup/VariableTask.html" title="interface in org.eclipse.oomph.setup">VariableTask</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Variable Task</em>'.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html#caseWorkspace(org.eclipse.oomph.setup.Workspace)">caseWorkspace</a></strong>(<a href="../../../../../org/eclipse/oomph/setup/Workspace.html" title="interface in org.eclipse.oomph.setup">Workspace</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Workspace</em>'.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html#caseWorkspaceTask(org.eclipse.oomph.setup.WorkspaceTask)">caseWorkspaceTask</a></strong>(<a href="../../../../../org/eclipse/oomph/setup/WorkspaceTask.html" title="interface in org.eclipse.oomph.setup">WorkspaceTask</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Workspace Task</em>'.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html#caseWorkspaceToInstallationsMapEntry(java.util.Map.Entry)">caseWorkspaceToInstallationsMapEntry</a></strong>(<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</a>&lt;<a href="../../../../../org/eclipse/oomph/setup/Workspace.html" title="interface in org.eclipse.oomph.setup">Workspace</a>,<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/util/EList.html?is-external=true" title="class or interface in org.eclipse.emf.common.util">EList</a>&lt;<a href="../../../../../org/eclipse/oomph/setup/Installation.html" title="interface in org.eclipse.oomph.setup">Installation</a>&gt;&gt;&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Workspace To Installations Map Entry</em>'.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html#defaultCase(org.eclipse.emf.ecore.EObject)">defaultCase</a></strong>(<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/EObject.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EObject</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EObject</em>'.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html#doSwitch(int,%20org.eclipse.emf.ecore.EObject)">doSwitch</a></strong>(int&nbsp;classifierID,
<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/EObject.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EObject</a>&nbsp;theEObject)</code>
<div class="block">Calls <code>caseXXX</code> for each class of the model until one returns a non null result; it yields that result.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html#isSwitchFor(org.eclipse.emf.ecore.EPackage)">isSwitchFor</a></strong>(<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/EPackage.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EPackage</a>&nbsp;ePackage)</code>
<div class="block">Checks whether this is a switch for the given package.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.eclipse.emf.ecore.util.Switch">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.eclipse.emf.ecore.util.<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true" title="class or interface in org.eclipse.emf.ecore.util">Switch</a></h3>
<code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch(org.eclipse.emf.ecore.EClass,%20org.eclipse.emf.ecore.EObject)" title="class or interface in org.eclipse.emf.ecore.util">doSwitch</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch(org.eclipse.emf.ecore.EObject)" title="class or interface in org.eclipse.emf.ecore.util">doSwitch</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="modelPackage">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>modelPackage</h4>
<pre>protected static&nbsp;<a href="../../../../../org/eclipse/oomph/setup/SetupPackage.html" title="interface in org.eclipse.oomph.setup">SetupPackage</a> modelPackage</pre>
<div class="block">The cached model package
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl><dt><span class="strong">Generated</span></dt>
<dd></dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="SetupSwitch()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>SetupSwitch</h4>
<pre>public&nbsp;SetupSwitch()</pre>
<div class="block">Creates an instance of the switch.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl><dt><span class="strong">Generated</span></dt>
<dd></dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="isSwitchFor(org.eclipse.emf.ecore.EPackage)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isSwitchFor</h4>
<pre>protected&nbsp;boolean&nbsp;isSwitchFor(<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/EPackage.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EPackage</a>&nbsp;ePackage)</pre>
<div class="block">Checks whether this is a switch for the given package.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#isSwitchFor(org.eclipse.emf.ecore.EPackage)" title="class or interface in org.eclipse.emf.ecore.util">isSwitchFor</a></code>&nbsp;in class&nbsp;<code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true" title="class or interface in org.eclipse.emf.ecore.util">Switch</a>&lt;<a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a>&gt;</code></dd>
<dt><span class="strong">Returns:</span></dt><dd>whether this is a switch for the given package.</dd><dt><span class="strong">Generated</span></dt>
<dd></dd></dl>
</li>
</ul>
<a name="doSwitch(int, org.eclipse.emf.ecore.EObject)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>doSwitch</h4>
<pre>protected&nbsp;<a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a>&nbsp;doSwitch(int&nbsp;classifierID,
<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/EObject.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EObject</a>&nbsp;theEObject)</pre>
<div class="block">Calls <code>caseXXX</code> for each class of the model until one returns a non null result; it yields that result.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch(int,%20org.eclipse.emf.ecore.EObject)" title="class or interface in org.eclipse.emf.ecore.util">doSwitch</a></code>&nbsp;in class&nbsp;<code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true" title="class or interface in org.eclipse.emf.ecore.util">Switch</a>&lt;<a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a>&gt;</code></dd>
<dt><span class="strong">Returns:</span></dt><dd>the first non-null result returned by a <code>caseXXX</code> call.</dd><dt><span class="strong">Generated</span></dt>
<dd></dd></dl>
</li>
</ul>
<a name="caseIndex(org.eclipse.oomph.setup.Index)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseIndex</h4>
<pre>public&nbsp;<a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a>&nbsp;caseIndex(<a href="../../../../../org/eclipse/oomph/setup/Index.html" title="interface in org.eclipse.oomph.setup">Index</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Index</em>'.
<!-- begin-user-doc -->
This implementation returns null;
returning a non-null result will terminate the switch.
<!-- end-user-doc --></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - the target of the switch.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the result of interpreting the object as an instance of '<em>Index</em>'.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch(org.eclipse.emf.ecore.EObject)" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd><dt><span class="strong">Generated</span></dt>
<dd></dd></dl>
</li>
</ul>
<a name="caseCatalogSelection(org.eclipse.oomph.setup.CatalogSelection)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseCatalogSelection</h4>
<pre>public&nbsp;<a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a>&nbsp;caseCatalogSelection(<a href="../../../../../org/eclipse/oomph/setup/CatalogSelection.html" title="interface in org.eclipse.oomph.setup">CatalogSelection</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Catalog Selection</em>'.
<!-- begin-user-doc -->
This implementation returns null;
returning a non-null result will terminate the switch.
<!-- end-user-doc --></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - the target of the switch.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the result of interpreting the object as an instance of '<em>Catalog Selection</em>'.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch(org.eclipse.emf.ecore.EObject)" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd><dt><span class="strong">Generated</span></dt>
<dd></dd></dl>
</li>
</ul>
<a name="caseWorkspace(org.eclipse.oomph.setup.Workspace)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseWorkspace</h4>
<pre>public&nbsp;<a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a>&nbsp;caseWorkspace(<a href="../../../../../org/eclipse/oomph/setup/Workspace.html" title="interface in org.eclipse.oomph.setup">Workspace</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Workspace</em>'.
<!-- begin-user-doc -->
This implementation returns null;
returning a non-null result will terminate the switch.
<!-- end-user-doc --></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - the target of the switch.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the result of interpreting the object as an instance of '<em>Workspace</em>'.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch(org.eclipse.emf.ecore.EObject)" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd><dt><span class="strong">Generated</span></dt>
<dd></dd></dl>
</li>
</ul>
<a name="caseLinkLocationTask(org.eclipse.oomph.setup.LinkLocationTask)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseLinkLocationTask</h4>
<pre>public&nbsp;<a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a>&nbsp;caseLinkLocationTask(<a href="../../../../../org/eclipse/oomph/setup/LinkLocationTask.html" title="interface in org.eclipse.oomph.setup">LinkLocationTask</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Link Location Task</em>'.
<!-- begin-user-doc -->
This implementation returns null;
returning a non-null result will terminate the switch.
<!-- end-user-doc --></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - the target of the switch.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the result of interpreting the object as an instance of '<em>Link Location Task</em>'.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch(org.eclipse.emf.ecore.EObject)" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd><dt><span class="strong">Generated</span></dt>
<dd></dd></dl>
</li>
</ul>
<a name="casePreferenceTask(org.eclipse.oomph.setup.PreferenceTask)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>casePreferenceTask</h4>
<pre>public&nbsp;<a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a>&nbsp;casePreferenceTask(<a href="../../../../../org/eclipse/oomph/setup/PreferenceTask.html" title="interface in org.eclipse.oomph.setup">PreferenceTask</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Preference Task</em>'.
<!-- begin-user-doc -->
This implementation returns null;
returning a non-null result will terminate the switch.
<!-- end-user-doc --></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - the target of the switch.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the result of interpreting the object as an instance of '<em>Preference Task</em>'.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch(org.eclipse.emf.ecore.EObject)" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd><dt><span class="strong">Generated</span></dt>
<dd></dd></dl>
</li>
</ul>
<a name="caseSetupTaskContainer(org.eclipse.oomph.setup.SetupTaskContainer)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseSetupTaskContainer</h4>
<pre>public&nbsp;<a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a>&nbsp;caseSetupTaskContainer(<a href="../../../../../org/eclipse/oomph/setup/SetupTaskContainer.html" title="interface in org.eclipse.oomph.setup">SetupTaskContainer</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Task Container</em>'.
<!-- begin-user-doc -->
This implementation returns null;
returning a non-null result will terminate the switch.
<!-- end-user-doc --></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - the target of the switch.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the result of interpreting the object as an instance of '<em>Task Container</em>'.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch(org.eclipse.emf.ecore.EObject)" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd><dt><span class="strong">Generated</span></dt>
<dd></dd></dl>
</li>
</ul>
<a name="caseScope(org.eclipse.oomph.setup.Scope)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseScope</h4>
<pre>public&nbsp;<a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a>&nbsp;caseScope(<a href="../../../../../org/eclipse/oomph/setup/Scope.html" title="interface in org.eclipse.oomph.setup">Scope</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Scope</em>'.
<!-- begin-user-doc -->
This implementation returns null;
returning a non-null result will terminate the switch.
<!-- end-user-doc --></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - the target of the switch.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the result of interpreting the object as an instance of '<em>Scope</em>'.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch(org.eclipse.emf.ecore.EObject)" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd><dt><span class="strong">Generated</span></dt>
<dd></dd></dl>
</li>
</ul>
<a name="caseProject(org.eclipse.oomph.setup.Project)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseProject</h4>
<pre>public&nbsp;<a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a>&nbsp;caseProject(<a href="../../../../../org/eclipse/oomph/setup/Project.html" title="interface in org.eclipse.oomph.setup">Project</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Project</em>'.
<!-- begin-user-doc -->
This implementation returns null;
returning a non-null result will terminate the switch.
<!-- end-user-doc --></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - the target of the switch.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the result of interpreting the object as an instance of '<em>Project</em>'.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch(org.eclipse.emf.ecore.EObject)" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd><dt><span class="strong">Generated</span></dt>
<dd></dd></dl>
</li>
</ul>
<a name="caseStream(org.eclipse.oomph.setup.Stream)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseStream</h4>
<pre>public&nbsp;<a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a>&nbsp;caseStream(<a href="../../../../../org/eclipse/oomph/setup/Stream.html" title="interface in org.eclipse.oomph.setup">Stream</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Stream</em>'.
<!-- begin-user-doc -->
This implementation returns null;
returning a non-null result will terminate the switch.
<!-- end-user-doc --></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - the target of the switch.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the result of interpreting the object as an instance of '<em>Stream</em>'.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch(org.eclipse.emf.ecore.EObject)" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd><dt><span class="strong">Generated</span></dt>
<dd></dd></dl>
</li>
</ul>
<a name="caseInstallation(org.eclipse.oomph.setup.Installation)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseInstallation</h4>
<pre>public&nbsp;<a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a>&nbsp;caseInstallation(<a href="../../../../../org/eclipse/oomph/setup/Installation.html" title="interface in org.eclipse.oomph.setup">Installation</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Installation</em>'.
<!-- begin-user-doc -->
This implementation returns null;
returning a non-null result will terminate the switch.
<!-- end-user-doc --></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - the target of the switch.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the result of interpreting the object as an instance of '<em>Installation</em>'.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch(org.eclipse.emf.ecore.EObject)" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd><dt><span class="strong">Generated</span></dt>
<dd></dd></dl>
</li>
</ul>
<a name="caseProductCatalog(org.eclipse.oomph.setup.ProductCatalog)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseProductCatalog</h4>
<pre>public&nbsp;<a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a>&nbsp;caseProductCatalog(<a href="../../../../../org/eclipse/oomph/setup/ProductCatalog.html" title="interface in org.eclipse.oomph.setup">ProductCatalog</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Product Catalog</em>'.
<!-- begin-user-doc -->
This implementation returns null;
returning a non-null result will terminate the switch.
<!-- end-user-doc --></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - the target of the switch.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the result of interpreting the object as an instance of '<em>Product Catalog</em>'.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch(org.eclipse.emf.ecore.EObject)" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd><dt><span class="strong">Generated</span></dt>
<dd></dd></dl>
</li>
</ul>
<a name="caseProduct(org.eclipse.oomph.setup.Product)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseProduct</h4>
<pre>public&nbsp;<a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a>&nbsp;caseProduct(<a href="../../../../../org/eclipse/oomph/setup/Product.html" title="interface in org.eclipse.oomph.setup">Product</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Product</em>'.
<!-- begin-user-doc -->
This implementation returns null;
returning a non-null result will terminate the switch.
<!-- end-user-doc --></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - the target of the switch.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the result of interpreting the object as an instance of '<em>Product</em>'.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch(org.eclipse.emf.ecore.EObject)" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd><dt><span class="strong">Generated</span></dt>
<dd></dd></dl>
</li>
</ul>
<a name="caseProductVersion(org.eclipse.oomph.setup.ProductVersion)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseProductVersion</h4>
<pre>public&nbsp;<a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a>&nbsp;caseProductVersion(<a href="../../../../../org/eclipse/oomph/setup/ProductVersion.html" title="interface in org.eclipse.oomph.setup">ProductVersion</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Product Version</em>'.
<!-- begin-user-doc -->
This implementation returns null;
returning a non-null result will terminate the switch.
<!-- end-user-doc --></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - the target of the switch.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the result of interpreting the object as an instance of '<em>Product Version</em>'.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch(org.eclipse.emf.ecore.EObject)" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd><dt><span class="strong">Generated</span></dt>
<dd></dd></dl>
</li>
</ul>
<a name="caseProjectCatalog(org.eclipse.oomph.setup.ProjectCatalog)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseProjectCatalog</h4>
<pre>public&nbsp;<a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a>&nbsp;caseProjectCatalog(<a href="../../../../../org/eclipse/oomph/setup/ProjectCatalog.html" title="interface in org.eclipse.oomph.setup">ProjectCatalog</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Project Catalog</em>'.
<!-- begin-user-doc -->
This implementation returns null;
returning a non-null result will terminate the switch.
<!-- end-user-doc --></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - the target of the switch.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the result of interpreting the object as an instance of '<em>Project Catalog</em>'.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch(org.eclipse.emf.ecore.EObject)" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd><dt><span class="strong">Generated</span></dt>
<dd></dd></dl>
</li>
</ul>
<a name="caseInstallationTask(org.eclipse.oomph.setup.InstallationTask)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseInstallationTask</h4>
<pre>public&nbsp;<a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a>&nbsp;caseInstallationTask(<a href="../../../../../org/eclipse/oomph/setup/InstallationTask.html" title="interface in org.eclipse.oomph.setup">InstallationTask</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Installation Task</em>'.
<!-- begin-user-doc -->
This implementation returns null;
returning a non-null result will terminate the switch.
<!-- end-user-doc --></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - the target of the switch.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the result of interpreting the object as an instance of '<em>Installation Task</em>'.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch(org.eclipse.emf.ecore.EObject)" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd><dt><span class="strong">Generated</span></dt>
<dd></dd></dl>
</li>
</ul>
<a name="caseWorkspaceTask(org.eclipse.oomph.setup.WorkspaceTask)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseWorkspaceTask</h4>
<pre>public&nbsp;<a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a>&nbsp;caseWorkspaceTask(<a href="../../../../../org/eclipse/oomph/setup/WorkspaceTask.html" title="interface in org.eclipse.oomph.setup">WorkspaceTask</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Workspace Task</em>'.
<!-- begin-user-doc -->
This implementation returns null;
returning a non-null result will terminate the switch.
<!-- end-user-doc --></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - the target of the switch.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the result of interpreting the object as an instance of '<em>Workspace Task</em>'.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch(org.eclipse.emf.ecore.EObject)" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd><dt><span class="strong">Generated</span></dt>
<dd></dd></dl>
</li>
</ul>
<a name="caseCompoundTask(org.eclipse.oomph.setup.CompoundTask)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseCompoundTask</h4>
<pre>public&nbsp;<a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a>&nbsp;caseCompoundTask(<a href="../../../../../org/eclipse/oomph/setup/CompoundTask.html" title="interface in org.eclipse.oomph.setup">CompoundTask</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Compound Task</em>'.
<!-- begin-user-doc -->
This implementation returns null;
returning a non-null result will terminate the switch.
<!-- end-user-doc --></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - the target of the switch.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the result of interpreting the object as an instance of '<em>Compound Task</em>'.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch(org.eclipse.emf.ecore.EObject)" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd><dt><span class="strong">Generated</span></dt>
<dd></dd></dl>
</li>
</ul>
<a name="caseVariableTask(org.eclipse.oomph.setup.VariableTask)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseVariableTask</h4>
<pre>public&nbsp;<a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a>&nbsp;caseVariableTask(<a href="../../../../../org/eclipse/oomph/setup/VariableTask.html" title="interface in org.eclipse.oomph.setup">VariableTask</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Variable Task</em>'.
<!-- begin-user-doc -->
This implementation returns null;
returning a non-null result will terminate the switch.
<!-- end-user-doc --></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - the target of the switch.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the result of interpreting the object as an instance of '<em>Variable Task</em>'.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch(org.eclipse.emf.ecore.EObject)" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd><dt><span class="strong">Generated</span></dt>
<dd></dd></dl>
</li>
</ul>
<a name="caseSetupTask(org.eclipse.oomph.setup.SetupTask)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseSetupTask</h4>
<pre>public&nbsp;<a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a>&nbsp;caseSetupTask(<a href="../../../../../org/eclipse/oomph/setup/SetupTask.html" title="interface in org.eclipse.oomph.setup">SetupTask</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Task</em>'.
<!-- begin-user-doc -->
This implementation returns null;
returning a non-null result will terminate the switch.
<!-- end-user-doc --></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - the target of the switch.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the result of interpreting the object as an instance of '<em>Task</em>'.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch(org.eclipse.emf.ecore.EObject)" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd><dt><span class="strong">Generated</span></dt>
<dd></dd></dl>
</li>
</ul>
<a name="caseResourceCopyTask(org.eclipse.oomph.setup.ResourceCopyTask)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseResourceCopyTask</h4>
<pre>public&nbsp;<a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a>&nbsp;caseResourceCopyTask(<a href="../../../../../org/eclipse/oomph/setup/ResourceCopyTask.html" title="interface in org.eclipse.oomph.setup">ResourceCopyTask</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Resource Copy Task</em>'.
<!-- begin-user-doc -->
This implementation returns null;
returning a non-null result will terminate the switch.
<!-- end-user-doc --></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - the target of the switch.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the result of interpreting the object as an instance of '<em>Resource Copy Task</em>'.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch(org.eclipse.emf.ecore.EObject)" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd><dt><span class="strong">Generated</span></dt>
<dd></dd></dl>
</li>
</ul>
<a name="caseTextModifyTask(org.eclipse.oomph.setup.TextModifyTask)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseTextModifyTask</h4>
<pre>public&nbsp;<a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a>&nbsp;caseTextModifyTask(<a href="../../../../../org/eclipse/oomph/setup/TextModifyTask.html" title="interface in org.eclipse.oomph.setup">TextModifyTask</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Text Modify Task</em>'.
<!-- begin-user-doc -->
This implementation returns null;
returning a non-null result will terminate the switch.
<!-- end-user-doc --></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - the target of the switch.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the result of interpreting the object as an instance of '<em>Text Modify Task</em>'.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch(org.eclipse.emf.ecore.EObject)" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd><dt><span class="strong">Generated</span></dt>
<dd></dd></dl>
</li>
</ul>
<a name="caseTextModification(org.eclipse.oomph.setup.TextModification)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseTextModification</h4>
<pre>public&nbsp;<a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a>&nbsp;caseTextModification(<a href="../../../../../org/eclipse/oomph/setup/TextModification.html" title="interface in org.eclipse.oomph.setup">TextModification</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Text Modification</em>'.
<!-- begin-user-doc -->
This implementation returns null;
returning a non-null result will terminate the switch.
<!-- end-user-doc --></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - the target of the switch.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the result of interpreting the object as an instance of '<em>Text Modification</em>'.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch(org.eclipse.emf.ecore.EObject)" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd><dt><span class="strong">Generated</span></dt>
<dd></dd></dl>
</li>
</ul>
<a name="caseProductToProductVersionMapEntry(java.util.Map.Entry)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseProductToProductVersionMapEntry</h4>
<pre>public&nbsp;<a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a>&nbsp;caseProductToProductVersionMapEntry(<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</a>&lt;<a href="../../../../../org/eclipse/oomph/setup/Product.html" title="interface in org.eclipse.oomph.setup">Product</a>,<a href="../../../../../org/eclipse/oomph/setup/ProductVersion.html" title="interface in org.eclipse.oomph.setup">ProductVersion</a>&gt;&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Product To Product Version Map Entry</em>'.
<!-- begin-user-doc -->
This implementation returns null;
returning a non-null result will terminate the switch.
<!-- end-user-doc --></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - the target of the switch.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the result of interpreting the object as an instance of '<em>Product To Product Version Map Entry</em>'.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch(org.eclipse.emf.ecore.EObject)" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd><dt><span class="strong">Generated</span></dt>
<dd></dd></dl>
</li>
</ul>
<a name="caseProjectToStreamMapEntry(java.util.Map.Entry)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseProjectToStreamMapEntry</h4>
<pre>public&nbsp;<a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a>&nbsp;caseProjectToStreamMapEntry(<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</a>&lt;<a href="../../../../../org/eclipse/oomph/setup/Project.html" title="interface in org.eclipse.oomph.setup">Project</a>,<a href="../../../../../org/eclipse/oomph/setup/Stream.html" title="interface in org.eclipse.oomph.setup">Stream</a>&gt;&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Project To Stream Map Entry</em>'.
<!-- begin-user-doc -->
This implementation returns null;
returning a non-null result will terminate the switch.
<!-- end-user-doc --></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - the target of the switch.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the result of interpreting the object as an instance of '<em>Project To Stream Map Entry</em>'.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch(org.eclipse.emf.ecore.EObject)" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd><dt><span class="strong">Generated</span></dt>
<dd></dd></dl>
</li>
</ul>
<a name="caseInstallationToWorkspacesMapEntry(java.util.Map.Entry)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseInstallationToWorkspacesMapEntry</h4>
<pre>public&nbsp;<a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a>&nbsp;caseInstallationToWorkspacesMapEntry(<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</a>&lt;<a href="../../../../../org/eclipse/oomph/setup/Installation.html" title="interface in org.eclipse.oomph.setup">Installation</a>,<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/util/EList.html?is-external=true" title="class or interface in org.eclipse.emf.common.util">EList</a>&lt;<a href="../../../../../org/eclipse/oomph/setup/Workspace.html" title="interface in org.eclipse.oomph.setup">Workspace</a>&gt;&gt;&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Installation To Workspaces Map Entry</em>'.
<!-- begin-user-doc -->
This implementation returns null;
returning a non-null result will terminate the switch.
<!-- end-user-doc --></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - the target of the switch.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the result of interpreting the object as an instance of '<em>Installation To Workspaces Map Entry</em>'.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch(org.eclipse.emf.ecore.EObject)" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd><dt><span class="strong">Generated</span></dt>
<dd></dd></dl>
</li>
</ul>
<a name="caseWorkspaceToInstallationsMapEntry(java.util.Map.Entry)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseWorkspaceToInstallationsMapEntry</h4>
<pre>public&nbsp;<a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a>&nbsp;caseWorkspaceToInstallationsMapEntry(<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</a>&lt;<a href="../../../../../org/eclipse/oomph/setup/Workspace.html" title="interface in org.eclipse.oomph.setup">Workspace</a>,<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/util/EList.html?is-external=true" title="class or interface in org.eclipse.emf.common.util">EList</a>&lt;<a href="../../../../../org/eclipse/oomph/setup/Installation.html" title="interface in org.eclipse.oomph.setup">Installation</a>&gt;&gt;&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Workspace To Installations Map Entry</em>'.
<!-- begin-user-doc -->
This implementation returns null;
returning a non-null result will terminate the switch.
<!-- end-user-doc --></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - the target of the switch.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the result of interpreting the object as an instance of '<em>Workspace To Installations Map Entry</em>'.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch(org.eclipse.emf.ecore.EObject)" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd><dt><span class="strong">Generated</span></dt>
<dd></dd></dl>
</li>
</ul>
<a name="caseModelElement(org.eclipse.oomph.base.ModelElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseModelElement</h4>
<pre>public&nbsp;<a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a>&nbsp;caseModelElement(<a href="../../../../../../../org.eclipse.oomph.util.doc/javadoc/org/eclipse/oomph/base/ModelElement.html?is-external=true" title="class or interface in org.eclipse.oomph.base">ModelElement</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Model Element</em>'.
<!-- begin-user-doc -->
This implementation returns null;
returning a non-null result will terminate the switch.
<!-- end-user-doc --></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - the target of the switch.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the result of interpreting the object as an instance of '<em>Model Element</em>'.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch(org.eclipse.emf.ecore.EObject)" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd><dt><span class="strong">Generated</span></dt>
<dd></dd></dl>
</li>
</ul>
<a name="caseStringSubstitutionTask(org.eclipse.oomph.setup.StringSubstitutionTask)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseStringSubstitutionTask</h4>
<pre>public&nbsp;<a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a>&nbsp;caseStringSubstitutionTask(<a href="../../../../../org/eclipse/oomph/setup/StringSubstitutionTask.html" title="interface in org.eclipse.oomph.setup">StringSubstitutionTask</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>String Substitution Task</em>'.
<!-- begin-user-doc -->
This implementation returns null;
returning a non-null result will terminate the switch.
<!-- end-user-doc --></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - the target of the switch.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the result of interpreting the object as an instance of '<em>String Substitution Task</em>'.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch(org.eclipse.emf.ecore.EObject)" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd><dt><span class="strong">Generated</span></dt>
<dd></dd></dl>
</li>
</ul>
<a name="caseProjectContainer(org.eclipse.oomph.setup.ProjectContainer)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseProjectContainer</h4>
<pre>public&nbsp;<a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a>&nbsp;caseProjectContainer(<a href="../../../../../org/eclipse/oomph/setup/ProjectContainer.html" title="interface in org.eclipse.oomph.setup">ProjectContainer</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Project Container</em>'.
<!-- begin-user-doc -->
This implementation returns null;
returning a non-null result will terminate the switch.
<!-- end-user-doc --></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - the target of the switch.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the result of interpreting the object as an instance of '<em>Project Container</em>'.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch(org.eclipse.emf.ecore.EObject)" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd><dt><span class="strong">Generated</span></dt>
<dd></dd></dl>
</li>
</ul>
<a name="caseAttributeRule(org.eclipse.oomph.setup.AttributeRule)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseAttributeRule</h4>
<pre>public&nbsp;<a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a>&nbsp;caseAttributeRule(<a href="../../../../../org/eclipse/oomph/setup/AttributeRule.html" title="interface in org.eclipse.oomph.setup">AttributeRule</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Attribute Rule</em>'.
<!-- begin-user-doc -->
This implementation returns null;
returning a non-null result will terminate the switch.
<!-- end-user-doc --></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - the target of the switch.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the result of interpreting the object as an instance of '<em>Attribute Rule</em>'.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch(org.eclipse.emf.ecore.EObject)" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd><dt><span class="strong">Generated</span></dt>
<dd></dd></dl>
</li>
</ul>
<a name="caseLocationCatalog(org.eclipse.oomph.setup.LocationCatalog)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseLocationCatalog</h4>
<pre>public&nbsp;<a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a>&nbsp;caseLocationCatalog(<a href="../../../../../org/eclipse/oomph/setup/LocationCatalog.html" title="interface in org.eclipse.oomph.setup">LocationCatalog</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Location Catalog</em>'.
<!-- begin-user-doc -->
This implementation returns null;
returning a non-null result will terminate the switch.
<!-- end-user-doc --></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - the target of the switch.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the result of interpreting the object as an instance of '<em>Location Catalog</em>'.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch(org.eclipse.emf.ecore.EObject)" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd><dt><span class="strong">Generated</span></dt>
<dd></dd></dl>
</li>
</ul>
<a name="caseRedirectionTask(org.eclipse.oomph.setup.RedirectionTask)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseRedirectionTask</h4>
<pre>public&nbsp;<a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a>&nbsp;caseRedirectionTask(<a href="../../../../../org/eclipse/oomph/setup/RedirectionTask.html" title="interface in org.eclipse.oomph.setup">RedirectionTask</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Redirection Task</em>'.
<!-- begin-user-doc -->
This implementation returns null;
returning a non-null result will terminate the switch.
<!-- end-user-doc --></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - the target of the switch.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the result of interpreting the object as an instance of '<em>Redirection Task</em>'.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch(org.eclipse.emf.ecore.EObject)" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd><dt><span class="strong">Generated</span></dt>
<dd></dd></dl>
</li>
</ul>
<a name="caseVariableChoice(org.eclipse.oomph.setup.VariableChoice)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseVariableChoice</h4>
<pre>public&nbsp;<a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a>&nbsp;caseVariableChoice(<a href="../../../../../org/eclipse/oomph/setup/VariableChoice.html" title="interface in org.eclipse.oomph.setup">VariableChoice</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Variable Choice</em>'.
<!-- begin-user-doc -->
This implementation returns null;
returning a non-null result will terminate the switch.
<!-- end-user-doc --></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - the target of the switch.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the result of interpreting the object as an instance of '<em>Variable Choice</em>'.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch(org.eclipse.emf.ecore.EObject)" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd><dt><span class="strong">Generated</span></dt>
<dd></dd></dl>
</li>
</ul>
<a name="caseResourceCreationTask(org.eclipse.oomph.setup.ResourceCreationTask)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseResourceCreationTask</h4>
<pre>public&nbsp;<a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a>&nbsp;caseResourceCreationTask(<a href="../../../../../org/eclipse/oomph/setup/ResourceCreationTask.html" title="interface in org.eclipse.oomph.setup">ResourceCreationTask</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Resource Creation Task</em>'.
<!-- begin-user-doc -->
This implementation returns null;
returning a non-null result will terminate the switch.
<!-- end-user-doc --></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - the target of the switch.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the result of interpreting the object as an instance of '<em>Resource Creation Task</em>'.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch(org.eclipse.emf.ecore.EObject)" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd><dt><span class="strong">Generated</span></dt>
<dd></dd></dl>
</li>
</ul>
<a name="caseEclipseIniTask(org.eclipse.oomph.setup.EclipseIniTask)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEclipseIniTask</h4>
<pre>public&nbsp;<a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a>&nbsp;caseEclipseIniTask(<a href="../../../../../org/eclipse/oomph/setup/EclipseIniTask.html" title="interface in org.eclipse.oomph.setup">EclipseIniTask</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Eclipse Ini Task</em>'.
<!-- begin-user-doc -->
This implementation returns null;
returning a non-null result will terminate the switch.
<!-- end-user-doc --></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - the target of the switch.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the result of interpreting the object as an instance of '<em>Eclipse Ini Task</em>'.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch(org.eclipse.emf.ecore.EObject)" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd><dt><span class="strong">Generated</span></dt>
<dd></dd></dl>
</li>
</ul>
<a name="caseUser(org.eclipse.oomph.setup.User)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseUser</h4>
<pre>public&nbsp;<a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a>&nbsp;caseUser(<a href="../../../../../org/eclipse/oomph/setup/User.html" title="interface in org.eclipse.oomph.setup">User</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>User</em>'.
<!-- begin-user-doc -->
This implementation returns null;
returning a non-null result will terminate the switch.
<!-- end-user-doc --></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - the target of the switch.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the result of interpreting the object as an instance of '<em>User</em>'.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch(org.eclipse.emf.ecore.EObject)" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd><dt><span class="strong">Generated</span></dt>
<dd></dd></dl>
</li>
</ul>
<a name="defaultCase(org.eclipse.emf.ecore.EObject)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>defaultCase</h4>
<pre>public&nbsp;<a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a>&nbsp;defaultCase(<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/EObject.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EObject</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EObject</em>'.
<!-- begin-user-doc -->
This implementation returns null;
returning a non-null result will terminate the switch, but this is the last case anyway.
<!-- end-user-doc --></div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#defaultCase(org.eclipse.emf.ecore.EObject)" title="class or interface in org.eclipse.emf.ecore.util">defaultCase</a></code>&nbsp;in class&nbsp;<code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true" title="class or interface in org.eclipse.emf.ecore.util">Switch</a>&lt;<a href="../../../../../org/eclipse/oomph/setup/util/SetupSwitch.html" title="type parameter in SetupSwitch">T</a>&gt;</code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - the target of the switch.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the result of interpreting the object as an instance of '<em>EObject</em>'.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch(org.eclipse.emf.ecore.EObject)" title="class or interface in org.eclipse.emf.ecore.util"><code>Switch.doSwitch(org.eclipse.emf.ecore.EObject)</code></a></dd><dt><span class="strong">Generated</span></dt>
<dd></dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/SetupSwitch.html">Use</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/eclipse/oomph/setup/util/SetupAdapterFactory.html" title="class in org.eclipse.oomph.setup.util"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../org/eclipse/oomph/setup/util/SetupUtil.html" title="class in org.eclipse.oomph.setup.util"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/eclipse/oomph/setup/util/SetupSwitch.html" target="_top">Frames</a></li>
<li><a href="SetupSwitch.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small><i class="copyright">Copyright (c) 2014 Eike Stepper (Loehne, Germany) and others.<br>All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v20.html</i></small></p>
</body>
</html>