blob: 8102ebd539e9ac8025a112fb86e82822b7820caf [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="fr">
<head>
<!-- Generated by javadoc (1.8.0_51) on Fri Oct 14 16:37:23 CEST 2016 -->
<title>EefSwitch</title>
<meta name="date" content="2016-10-14">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="EefSwitch";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<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="package-tree.html">Tree</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/eef/util/EEFDescriptionToWidgetStyleSwitch.html" title="class in org.eclipse.eef.util"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li>Next&nbsp;Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/eclipse/eef/util/EefSwitch.html" target="_top">Frames</a></li>
<li><a href="EefSwitch.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;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.eef.util</div>
<h2 title="Class EefSwitch" class="title">Class EefSwitch&lt;T&gt;</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.eclipse.emf.ecore.util.Switch&lt;T&gt;</li>
<li>
<ul class="inheritance">
<li>org.eclipse.eef.util.EefSwitch&lt;T&gt;</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../../../org/eclipse/eef/util/EEFConditionalStyleToWidgetStyleSwitch.html" title="class in org.eclipse.eef.util">EEFConditionalStyleToWidgetStyleSwitch</a>, <a href="../../../../org/eclipse/eef/util/EEFDescriptionToConditionalStylesSwitch.html" title="class in org.eclipse.eef.util">EEFDescriptionToConditionalStylesSwitch</a>, <a href="../../../../org/eclipse/eef/util/EEFDescriptionToWidgetStyleSwitch.html" title="class in org.eclipse.eef.util">EEFDescriptionToWidgetStyleSwitch</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="typeNameLabel">EefSwitch&lt;T&gt;</span>
extends org.eclipse.emf.ecore.util.Switch&lt;T&gt;</pre>
<div class="block"><!-- begin-user-doc --> The <b>Switch</b> for the model's inheritance hierarchy. It supports the call
<code>doSwitch(object)</code> 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="seeLabel">See Also:</span></dt>
<dd><a href="../../../../org/eclipse/eef/EefPackage.html" title="interface in org.eclipse.eef"><code>EefPackage</code></a></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="memberSummary" 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/eef/EefPackage.html" title="interface in org.eclipse.eef">EefPackage</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#modelPackage">modelPackage</a></span></code>
<div class="block">The cached model package <!</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="memberSummary" 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><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#EefSwitch--">EefSwitch</a></span>()</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="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFButtonConditionalStyle-org.eclipse.eef.EEFButtonConditionalStyle-">caseEEFButtonConditionalStyle</a></span>(<a href="../../../../org/eclipse/eef/EEFButtonConditionalStyle.html" title="interface in org.eclipse.eef">EEFButtonConditionalStyle</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Button Conditional Style</em>'. <!</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFButtonDescription-org.eclipse.eef.EEFButtonDescription-">caseEEFButtonDescription</a></span>(<a href="../../../../org/eclipse/eef/EEFButtonDescription.html" title="interface in org.eclipse.eef">EEFButtonDescription</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Button Description</em>'. <!</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFButtonStyle-org.eclipse.eef.EEFButtonStyle-">caseEEFButtonStyle</a></span>(<a href="../../../../org/eclipse/eef/EEFButtonStyle.html" title="interface in org.eclipse.eef">EEFButtonStyle</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Button Style</em>'. <!</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFCheckboxConditionalStyle-org.eclipse.eef.EEFCheckboxConditionalStyle-">caseEEFCheckboxConditionalStyle</a></span>(<a href="../../../../org/eclipse/eef/EEFCheckboxConditionalStyle.html" title="interface in org.eclipse.eef">EEFCheckboxConditionalStyle</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Checkbox Conditional Style</em>'. <!</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFCheckboxDescription-org.eclipse.eef.EEFCheckboxDescription-">caseEEFCheckboxDescription</a></span>(<a href="../../../../org/eclipse/eef/EEFCheckboxDescription.html" title="interface in org.eclipse.eef">EEFCheckboxDescription</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Checkbox Description</em>'. <!</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFCheckboxStyle-org.eclipse.eef.EEFCheckboxStyle-">caseEEFCheckboxStyle</a></span>(<a href="../../../../org/eclipse/eef/EEFCheckboxStyle.html" title="interface in org.eclipse.eef">EEFCheckboxStyle</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Checkbox Style</em>'. <!</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFConditionalStyle-org.eclipse.eef.EEFConditionalStyle-">caseEEFConditionalStyle</a></span>(<a href="../../../../org/eclipse/eef/EEFConditionalStyle.html" title="interface in org.eclipse.eef">EEFConditionalStyle</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Conditional Style</em>'. <!</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFContainerDescription-org.eclipse.eef.EEFContainerDescription-">caseEEFContainerDescription</a></span>(<a href="../../../../org/eclipse/eef/EEFContainerDescription.html" title="interface in org.eclipse.eef">EEFContainerDescription</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Container Description</em>'. <!</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFControlDescription-org.eclipse.eef.EEFControlDescription-">caseEEFControlDescription</a></span>(<a href="../../../../org/eclipse/eef/EEFControlDescription.html" title="interface in org.eclipse.eef">EEFControlDescription</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Control Description</em>'. <!</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFCustomExpression-org.eclipse.eef.EEFCustomExpression-">caseEEFCustomExpression</a></span>(<a href="../../../../org/eclipse/eef/EEFCustomExpression.html" title="interface in org.eclipse.eef">EEFCustomExpression</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Custom Expression</em>'. <!</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFCustomWidgetConditionalStyle-org.eclipse.eef.EEFCustomWidgetConditionalStyle-">caseEEFCustomWidgetConditionalStyle</a></span>(<a href="../../../../org/eclipse/eef/EEFCustomWidgetConditionalStyle.html" title="interface in org.eclipse.eef">EEFCustomWidgetConditionalStyle</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Custom Widget Conditional Style</em>'</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFCustomWidgetDescription-org.eclipse.eef.EEFCustomWidgetDescription-">caseEEFCustomWidgetDescription</a></span>(<a href="../../../../org/eclipse/eef/EEFCustomWidgetDescription.html" title="interface in org.eclipse.eef">EEFCustomWidgetDescription</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Custom Widget Description</em>'. <!</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFCustomWidgetStyle-org.eclipse.eef.EEFCustomWidgetStyle-">caseEEFCustomWidgetStyle</a></span>(<a href="../../../../org/eclipse/eef/EEFCustomWidgetStyle.html" title="interface in org.eclipse.eef">EEFCustomWidgetStyle</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Custom Widget Style</em>'. <!</div>
</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFDynamicMappingFor-org.eclipse.eef.EEFDynamicMappingFor-">caseEEFDynamicMappingFor</a></span>(<a href="../../../../org/eclipse/eef/EEFDynamicMappingFor.html" title="interface in org.eclipse.eef">EEFDynamicMappingFor</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Dynamic Mapping For</em>'. <!</div>
</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFDynamicMappingIf-org.eclipse.eef.EEFDynamicMappingIf-">caseEEFDynamicMappingIf</a></span>(<a href="../../../../org/eclipse/eef/EEFDynamicMappingIf.html" title="interface in org.eclipse.eef">EEFDynamicMappingIf</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Dynamic Mapping If</em>'. <!</div>
</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFFillLayoutDescription-org.eclipse.eef.EEFFillLayoutDescription-">caseEEFFillLayoutDescription</a></span>(<a href="../../../../org/eclipse/eef/EEFFillLayoutDescription.html" title="interface in org.eclipse.eef">EEFFillLayoutDescription</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Fill Layout Description</em>'. <!</div>
</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFGridLayoutDescription-org.eclipse.eef.EEFGridLayoutDescription-">caseEEFGridLayoutDescription</a></span>(<a href="../../../../org/eclipse/eef/EEFGridLayoutDescription.html" title="interface in org.eclipse.eef">EEFGridLayoutDescription</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Grid Layout Description</em>'. <!</div>
</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFGroupConditionalStyle-org.eclipse.eef.EEFGroupConditionalStyle-">caseEEFGroupConditionalStyle</a></span>(<a href="../../../../org/eclipse/eef/EEFGroupConditionalStyle.html" title="interface in org.eclipse.eef">EEFGroupConditionalStyle</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Group Conditional Style</em>'. <!</div>
</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFGroupDescription-org.eclipse.eef.EEFGroupDescription-">caseEEFGroupDescription</a></span>(<a href="../../../../org/eclipse/eef/EEFGroupDescription.html" title="interface in org.eclipse.eef">EEFGroupDescription</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Group Description</em>'. <!</div>
</td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFGroupStyle-org.eclipse.eef.EEFGroupStyle-">caseEEFGroupStyle</a></span>(<a href="../../../../org/eclipse/eef/EEFGroupStyle.html" title="interface in org.eclipse.eef">EEFGroupStyle</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Group Style</em>'. <!</div>
</td>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFHyperlinkConditionalStyle-org.eclipse.eef.EEFHyperlinkConditionalStyle-">caseEEFHyperlinkConditionalStyle</a></span>(<a href="../../../../org/eclipse/eef/EEFHyperlinkConditionalStyle.html" title="interface in org.eclipse.eef">EEFHyperlinkConditionalStyle</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Hyperlink Conditional Style</em>'. <!</div>
</td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFHyperlinkDescription-org.eclipse.eef.EEFHyperlinkDescription-">caseEEFHyperlinkDescription</a></span>(<a href="../../../../org/eclipse/eef/EEFHyperlinkDescription.html" title="interface in org.eclipse.eef">EEFHyperlinkDescription</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Hyperlink Description</em>'. <!</div>
</td>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFHyperlinkStyle-org.eclipse.eef.EEFHyperlinkStyle-">caseEEFHyperlinkStyle</a></span>(<a href="../../../../org/eclipse/eef/EEFHyperlinkStyle.html" title="interface in org.eclipse.eef">EEFHyperlinkStyle</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Hyperlink Style</em>'. <!</div>
</td>
</tr>
<tr id="i23" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFLabelConditionalStyle-org.eclipse.eef.EEFLabelConditionalStyle-">caseEEFLabelConditionalStyle</a></span>(<a href="../../../../org/eclipse/eef/EEFLabelConditionalStyle.html" title="interface in org.eclipse.eef">EEFLabelConditionalStyle</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Label Conditional Style</em>'. <!</div>
</td>
</tr>
<tr id="i24" class="altColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFLabelDescription-org.eclipse.eef.EEFLabelDescription-">caseEEFLabelDescription</a></span>(<a href="../../../../org/eclipse/eef/EEFLabelDescription.html" title="interface in org.eclipse.eef">EEFLabelDescription</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Label Description</em>'. <!</div>
</td>
</tr>
<tr id="i25" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFLabelStyle-org.eclipse.eef.EEFLabelStyle-">caseEEFLabelStyle</a></span>(<a href="../../../../org/eclipse/eef/EEFLabelStyle.html" title="interface in org.eclipse.eef">EEFLabelStyle</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Label Style</em>'. <!</div>
</td>
</tr>
<tr id="i26" class="altColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFLayoutDescription-org.eclipse.eef.EEFLayoutDescription-">caseEEFLayoutDescription</a></span>(<a href="../../../../org/eclipse/eef/EEFLayoutDescription.html" title="interface in org.eclipse.eef">EEFLayoutDescription</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Layout Description</em>'. <!</div>
</td>
</tr>
<tr id="i27" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFListConditionalStyle-org.eclipse.eef.EEFListConditionalStyle-">caseEEFListConditionalStyle</a></span>(<a href="../../../../org/eclipse/eef/EEFListConditionalStyle.html" title="interface in org.eclipse.eef">EEFListConditionalStyle</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF List Conditional Style</em>'. <!</div>
</td>
</tr>
<tr id="i28" class="altColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFListDescription-org.eclipse.eef.EEFListDescription-">caseEEFListDescription</a></span>(<a href="../../../../org/eclipse/eef/EEFListDescription.html" title="interface in org.eclipse.eef">EEFListDescription</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF List Description</em>'. <!</div>
</td>
</tr>
<tr id="i29" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFListStyle-org.eclipse.eef.EEFListStyle-">caseEEFListStyle</a></span>(<a href="../../../../org/eclipse/eef/EEFListStyle.html" title="interface in org.eclipse.eef">EEFListStyle</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF List Style</em>'. <!</div>
</td>
</tr>
<tr id="i30" class="altColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFPageDescription-org.eclipse.eef.EEFPageDescription-">caseEEFPageDescription</a></span>(<a href="../../../../org/eclipse/eef/EEFPageDescription.html" title="interface in org.eclipse.eef">EEFPageDescription</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Page Description</em>'. <!</div>
</td>
</tr>
<tr id="i31" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFPropertyValidationRuleDescription-org.eclipse.eef.EEFPropertyValidationRuleDescription-">caseEEFPropertyValidationRuleDescription</a></span>(<a href="../../../../org/eclipse/eef/EEFPropertyValidationRuleDescription.html" title="interface in org.eclipse.eef">EEFPropertyValidationRuleDescription</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '
<em>EEF Property Validation Rule Description</em>'. <!</div>
</td>
</tr>
<tr id="i32" class="altColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFRadioConditionalStyle-org.eclipse.eef.EEFRadioConditionalStyle-">caseEEFRadioConditionalStyle</a></span>(<a href="../../../../org/eclipse/eef/EEFRadioConditionalStyle.html" title="interface in org.eclipse.eef">EEFRadioConditionalStyle</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Radio Conditional Style</em>'. <!</div>
</td>
</tr>
<tr id="i33" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFRadioDescription-org.eclipse.eef.EEFRadioDescription-">caseEEFRadioDescription</a></span>(<a href="../../../../org/eclipse/eef/EEFRadioDescription.html" title="interface in org.eclipse.eef">EEFRadioDescription</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Radio Description</em>'. <!</div>
</td>
</tr>
<tr id="i34" class="altColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFRadioStyle-org.eclipse.eef.EEFRadioStyle-">caseEEFRadioStyle</a></span>(<a href="../../../../org/eclipse/eef/EEFRadioStyle.html" title="interface in org.eclipse.eef">EEFRadioStyle</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Radio Style</em>'. <!</div>
</td>
</tr>
<tr id="i35" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFRuleAuditDescription-org.eclipse.eef.EEFRuleAuditDescription-">caseEEFRuleAuditDescription</a></span>(<a href="../../../../org/eclipse/eef/EEFRuleAuditDescription.html" title="interface in org.eclipse.eef">EEFRuleAuditDescription</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Rule Audit Description</em>'. <!</div>
</td>
</tr>
<tr id="i36" class="altColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFSelectConditionalStyle-org.eclipse.eef.EEFSelectConditionalStyle-">caseEEFSelectConditionalStyle</a></span>(<a href="../../../../org/eclipse/eef/EEFSelectConditionalStyle.html" title="interface in org.eclipse.eef">EEFSelectConditionalStyle</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Select Conditional Style</em>'. <!</div>
</td>
</tr>
<tr id="i37" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFSelectDescription-org.eclipse.eef.EEFSelectDescription-">caseEEFSelectDescription</a></span>(<a href="../../../../org/eclipse/eef/EEFSelectDescription.html" title="interface in org.eclipse.eef">EEFSelectDescription</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Select Description</em>'. <!</div>
</td>
</tr>
<tr id="i38" class="altColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFSelectStyle-org.eclipse.eef.EEFSelectStyle-">caseEEFSelectStyle</a></span>(<a href="../../../../org/eclipse/eef/EEFSelectStyle.html" title="interface in org.eclipse.eef">EEFSelectStyle</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Select Style</em>'. <!</div>
</td>
</tr>
<tr id="i39" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFSemanticValidationRuleDescription-org.eclipse.eef.EEFSemanticValidationRuleDescription-">caseEEFSemanticValidationRuleDescription</a></span>(<a href="../../../../org/eclipse/eef/EEFSemanticValidationRuleDescription.html" title="interface in org.eclipse.eef">EEFSemanticValidationRuleDescription</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '
<em>EEF Semantic Validation Rule Description</em>'. <!</div>
</td>
</tr>
<tr id="i40" class="altColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFTextConditionalStyle-org.eclipse.eef.EEFTextConditionalStyle-">caseEEFTextConditionalStyle</a></span>(<a href="../../../../org/eclipse/eef/EEFTextConditionalStyle.html" title="interface in org.eclipse.eef">EEFTextConditionalStyle</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Text Conditional Style</em>'. <!</div>
</td>
</tr>
<tr id="i41" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFTextDescription-org.eclipse.eef.EEFTextDescription-">caseEEFTextDescription</a></span>(<a href="../../../../org/eclipse/eef/EEFTextDescription.html" title="interface in org.eclipse.eef">EEFTextDescription</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Text Description</em>'. <!</div>
</td>
</tr>
<tr id="i42" class="altColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFTextStyle-org.eclipse.eef.EEFTextStyle-">caseEEFTextStyle</a></span>(<a href="../../../../org/eclipse/eef/EEFTextStyle.html" title="interface in org.eclipse.eef">EEFTextStyle</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Text Style</em>'. <!</div>
</td>
</tr>
<tr id="i43" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFValidationFixDescription-org.eclipse.eef.EEFValidationFixDescription-">caseEEFValidationFixDescription</a></span>(<a href="../../../../org/eclipse/eef/EEFValidationFixDescription.html" title="interface in org.eclipse.eef">EEFValidationFixDescription</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Validation Fix Description</em>'. <!</div>
</td>
</tr>
<tr id="i44" class="altColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFValidationRuleDescription-org.eclipse.eef.EEFValidationRuleDescription-">caseEEFValidationRuleDescription</a></span>(<a href="../../../../org/eclipse/eef/EEFValidationRuleDescription.html" title="interface in org.eclipse.eef">EEFValidationRuleDescription</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Validation Rule Description</em>'. <!</div>
</td>
</tr>
<tr id="i45" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFViewDescription-org.eclipse.eef.EEFViewDescription-">caseEEFViewDescription</a></span>(<a href="../../../../org/eclipse/eef/EEFViewDescription.html" title="interface in org.eclipse.eef">EEFViewDescription</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF View Description</em>'. <!</div>
</td>
</tr>
<tr id="i46" class="altColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFWidgetAction-org.eclipse.eef.EEFWidgetAction-">caseEEFWidgetAction</a></span>(<a href="../../../../org/eclipse/eef/EEFWidgetAction.html" title="interface in org.eclipse.eef">EEFWidgetAction</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Widget Action</em>'. <!</div>
</td>
</tr>
<tr id="i47" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFWidgetDescription-org.eclipse.eef.EEFWidgetDescription-">caseEEFWidgetDescription</a></span>(<a href="../../../../org/eclipse/eef/EEFWidgetDescription.html" title="interface in org.eclipse.eef">EEFWidgetDescription</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Widget Description</em>'. <!</div>
</td>
</tr>
<tr id="i48" class="altColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#caseEEFWidgetStyle-org.eclipse.eef.EEFWidgetStyle-">caseEEFWidgetStyle</a></span>(<a href="../../../../org/eclipse/eef/EEFWidgetStyle.html" title="interface in org.eclipse.eef">EEFWidgetStyle</a>&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Widget Style</em>'. <!</div>
</td>
</tr>
<tr id="i49" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#defaultCase-org.eclipse.emf.ecore.EObject-">defaultCase</a></span>(org.eclipse.emf.ecore.EObject&nbsp;object)</code>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EObject</em>'. <!</div>
</td>
</tr>
<tr id="i50" class="altColor">
<td class="colFirst"><code>protected <a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#doSwitch-int-org.eclipse.emf.ecore.EObject-">doSwitch</a></span>(int&nbsp;classifierID,
org.eclipse.emf.ecore.EObject&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 id="i51" class="rowColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/eef/util/EefSwitch.html#isSwitchFor-org.eclipse.emf.ecore.EPackage-">isSwitchFor</a></span>(org.eclipse.emf.ecore.EPackage&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.Switch</h3>
<code>doSwitch, doSwitch</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.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</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/eef/EefPackage.html" title="interface in org.eclipse.eef">EefPackage</a> modelPackage</pre>
<div class="block">The cached model package <!-- begin-user-doc --> <!-- end-user-doc --></div>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="EefSwitch--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>EefSwitch</h4>
<pre>public&nbsp;EefSwitch()</pre>
<div class="block">Creates an instance of the switch. <!-- begin-user-doc --> <!-- end-user-doc --></div>
</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(org.eclipse.emf.ecore.EPackage&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><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>isSwitchFor</code>&nbsp;in class&nbsp;<code>org.eclipse.emf.ecore.util.Switch&lt;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&gt;</code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>whether this is a switch for the given package.</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/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;doSwitch(int&nbsp;classifierID,
org.eclipse.emf.ecore.EObject&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><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>doSwitch</code>&nbsp;in class&nbsp;<code>org.eclipse.emf.ecore.util.Switch&lt;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&gt;</code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the first non-null result returned by a <code>caseXXX</code> call.</dd>
</dl>
</li>
</ul>
<a name="caseEEFViewDescription-org.eclipse.eef.EEFViewDescription-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFViewDescription</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFViewDescription(<a href="../../../../org/eclipse/eef/EEFViewDescription.html" title="interface in org.eclipse.eef">EEFViewDescription</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF View Description</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF View Description</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFPageDescription-org.eclipse.eef.EEFPageDescription-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFPageDescription</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFPageDescription(<a href="../../../../org/eclipse/eef/EEFPageDescription.html" title="interface in org.eclipse.eef">EEFPageDescription</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Page Description</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF Page Description</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFValidationRuleDescription-org.eclipse.eef.EEFValidationRuleDescription-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFValidationRuleDescription</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFValidationRuleDescription(<a href="../../../../org/eclipse/eef/EEFValidationRuleDescription.html" title="interface in org.eclipse.eef">EEFValidationRuleDescription</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Validation Rule Description</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF Validation Rule Description</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFRuleAuditDescription-org.eclipse.eef.EEFRuleAuditDescription-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFRuleAuditDescription</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFRuleAuditDescription(<a href="../../../../org/eclipse/eef/EEFRuleAuditDescription.html" title="interface in org.eclipse.eef">EEFRuleAuditDescription</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Rule Audit Description</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF Rule Audit Description</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFValidationFixDescription-org.eclipse.eef.EEFValidationFixDescription-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFValidationFixDescription</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFValidationFixDescription(<a href="../../../../org/eclipse/eef/EEFValidationFixDescription.html" title="interface in org.eclipse.eef">EEFValidationFixDescription</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Validation Fix Description</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF Validation Fix Description</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFPropertyValidationRuleDescription-org.eclipse.eef.EEFPropertyValidationRuleDescription-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFPropertyValidationRuleDescription</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFPropertyValidationRuleDescription(<a href="../../../../org/eclipse/eef/EEFPropertyValidationRuleDescription.html" title="interface in org.eclipse.eef">EEFPropertyValidationRuleDescription</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '
<em>EEF Property Validation Rule Description</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '
<em>EEF Property Validation Rule Description</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFSemanticValidationRuleDescription-org.eclipse.eef.EEFSemanticValidationRuleDescription-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFSemanticValidationRuleDescription</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFSemanticValidationRuleDescription(<a href="../../../../org/eclipse/eef/EEFSemanticValidationRuleDescription.html" title="interface in org.eclipse.eef">EEFSemanticValidationRuleDescription</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '
<em>EEF Semantic Validation Rule Description</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '
<em>EEF Semantic Validation Rule Description</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFGroupDescription-org.eclipse.eef.EEFGroupDescription-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFGroupDescription</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFGroupDescription(<a href="../../../../org/eclipse/eef/EEFGroupDescription.html" title="interface in org.eclipse.eef">EEFGroupDescription</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Group Description</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF Group Description</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFControlDescription-org.eclipse.eef.EEFControlDescription-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFControlDescription</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFControlDescription(<a href="../../../../org/eclipse/eef/EEFControlDescription.html" title="interface in org.eclipse.eef">EEFControlDescription</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Control Description</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF Control Description</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFContainerDescription-org.eclipse.eef.EEFContainerDescription-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFContainerDescription</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFContainerDescription(<a href="../../../../org/eclipse/eef/EEFContainerDescription.html" title="interface in org.eclipse.eef">EEFContainerDescription</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Container Description</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF Container Description</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFLayoutDescription-org.eclipse.eef.EEFLayoutDescription-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFLayoutDescription</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFLayoutDescription(<a href="../../../../org/eclipse/eef/EEFLayoutDescription.html" title="interface in org.eclipse.eef">EEFLayoutDescription</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Layout Description</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF Layout Description</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFFillLayoutDescription-org.eclipse.eef.EEFFillLayoutDescription-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFFillLayoutDescription</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFFillLayoutDescription(<a href="../../../../org/eclipse/eef/EEFFillLayoutDescription.html" title="interface in org.eclipse.eef">EEFFillLayoutDescription</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Fill Layout Description</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF Fill Layout Description</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFGridLayoutDescription-org.eclipse.eef.EEFGridLayoutDescription-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFGridLayoutDescription</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFGridLayoutDescription(<a href="../../../../org/eclipse/eef/EEFGridLayoutDescription.html" title="interface in org.eclipse.eef">EEFGridLayoutDescription</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Grid Layout Description</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF Grid Layout Description</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFWidgetDescription-org.eclipse.eef.EEFWidgetDescription-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFWidgetDescription</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFWidgetDescription(<a href="../../../../org/eclipse/eef/EEFWidgetDescription.html" title="interface in org.eclipse.eef">EEFWidgetDescription</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Widget Description</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF Widget Description</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFTextDescription-org.eclipse.eef.EEFTextDescription-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFTextDescription</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFTextDescription(<a href="../../../../org/eclipse/eef/EEFTextDescription.html" title="interface in org.eclipse.eef">EEFTextDescription</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Text Description</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF Text Description</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFLabelDescription-org.eclipse.eef.EEFLabelDescription-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFLabelDescription</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFLabelDescription(<a href="../../../../org/eclipse/eef/EEFLabelDescription.html" title="interface in org.eclipse.eef">EEFLabelDescription</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Label Description</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF Label Description</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFButtonDescription-org.eclipse.eef.EEFButtonDescription-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFButtonDescription</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFButtonDescription(<a href="../../../../org/eclipse/eef/EEFButtonDescription.html" title="interface in org.eclipse.eef">EEFButtonDescription</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Button Description</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF Button Description</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFCheckboxDescription-org.eclipse.eef.EEFCheckboxDescription-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFCheckboxDescription</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFCheckboxDescription(<a href="../../../../org/eclipse/eef/EEFCheckboxDescription.html" title="interface in org.eclipse.eef">EEFCheckboxDescription</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Checkbox Description</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF Checkbox Description</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFSelectDescription-org.eclipse.eef.EEFSelectDescription-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFSelectDescription</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFSelectDescription(<a href="../../../../org/eclipse/eef/EEFSelectDescription.html" title="interface in org.eclipse.eef">EEFSelectDescription</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Select Description</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF Select Description</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFRadioDescription-org.eclipse.eef.EEFRadioDescription-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFRadioDescription</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFRadioDescription(<a href="../../../../org/eclipse/eef/EEFRadioDescription.html" title="interface in org.eclipse.eef">EEFRadioDescription</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Radio Description</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF Radio Description</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFHyperlinkDescription-org.eclipse.eef.EEFHyperlinkDescription-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFHyperlinkDescription</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFHyperlinkDescription(<a href="../../../../org/eclipse/eef/EEFHyperlinkDescription.html" title="interface in org.eclipse.eef">EEFHyperlinkDescription</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Hyperlink Description</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF Hyperlink Description</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFDynamicMappingFor-org.eclipse.eef.EEFDynamicMappingFor-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFDynamicMappingFor</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFDynamicMappingFor(<a href="../../../../org/eclipse/eef/EEFDynamicMappingFor.html" title="interface in org.eclipse.eef">EEFDynamicMappingFor</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Dynamic Mapping For</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF Dynamic Mapping For</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFDynamicMappingIf-org.eclipse.eef.EEFDynamicMappingIf-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFDynamicMappingIf</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFDynamicMappingIf(<a href="../../../../org/eclipse/eef/EEFDynamicMappingIf.html" title="interface in org.eclipse.eef">EEFDynamicMappingIf</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Dynamic Mapping If</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF Dynamic Mapping If</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFCustomWidgetDescription-org.eclipse.eef.EEFCustomWidgetDescription-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFCustomWidgetDescription</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFCustomWidgetDescription(<a href="../../../../org/eclipse/eef/EEFCustomWidgetDescription.html" title="interface in org.eclipse.eef">EEFCustomWidgetDescription</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Custom Widget Description</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF Custom Widget Description</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFCustomExpression-org.eclipse.eef.EEFCustomExpression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFCustomExpression</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFCustomExpression(<a href="../../../../org/eclipse/eef/EEFCustomExpression.html" title="interface in org.eclipse.eef">EEFCustomExpression</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Custom Expression</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF Custom Expression</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFListDescription-org.eclipse.eef.EEFListDescription-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFListDescription</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFListDescription(<a href="../../../../org/eclipse/eef/EEFListDescription.html" title="interface in org.eclipse.eef">EEFListDescription</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF List Description</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF List Description</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFWidgetStyle-org.eclipse.eef.EEFWidgetStyle-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFWidgetStyle</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFWidgetStyle(<a href="../../../../org/eclipse/eef/EEFWidgetStyle.html" title="interface in org.eclipse.eef">EEFWidgetStyle</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Widget Style</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF Widget Style</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFTextStyle-org.eclipse.eef.EEFTextStyle-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFTextStyle</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFTextStyle(<a href="../../../../org/eclipse/eef/EEFTextStyle.html" title="interface in org.eclipse.eef">EEFTextStyle</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Text Style</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF Text Style</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFLabelStyle-org.eclipse.eef.EEFLabelStyle-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFLabelStyle</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFLabelStyle(<a href="../../../../org/eclipse/eef/EEFLabelStyle.html" title="interface in org.eclipse.eef">EEFLabelStyle</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Label Style</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF Label Style</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFButtonStyle-org.eclipse.eef.EEFButtonStyle-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFButtonStyle</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFButtonStyle(<a href="../../../../org/eclipse/eef/EEFButtonStyle.html" title="interface in org.eclipse.eef">EEFButtonStyle</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Button Style</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF Button Style</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFCheckboxStyle-org.eclipse.eef.EEFCheckboxStyle-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFCheckboxStyle</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFCheckboxStyle(<a href="../../../../org/eclipse/eef/EEFCheckboxStyle.html" title="interface in org.eclipse.eef">EEFCheckboxStyle</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Checkbox Style</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF Checkbox Style</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFSelectStyle-org.eclipse.eef.EEFSelectStyle-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFSelectStyle</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFSelectStyle(<a href="../../../../org/eclipse/eef/EEFSelectStyle.html" title="interface in org.eclipse.eef">EEFSelectStyle</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Select Style</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF Select Style</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFRadioStyle-org.eclipse.eef.EEFRadioStyle-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFRadioStyle</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFRadioStyle(<a href="../../../../org/eclipse/eef/EEFRadioStyle.html" title="interface in org.eclipse.eef">EEFRadioStyle</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Radio Style</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF Radio Style</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFHyperlinkStyle-org.eclipse.eef.EEFHyperlinkStyle-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFHyperlinkStyle</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFHyperlinkStyle(<a href="../../../../org/eclipse/eef/EEFHyperlinkStyle.html" title="interface in org.eclipse.eef">EEFHyperlinkStyle</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Hyperlink Style</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF Hyperlink Style</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFCustomWidgetStyle-org.eclipse.eef.EEFCustomWidgetStyle-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFCustomWidgetStyle</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFCustomWidgetStyle(<a href="../../../../org/eclipse/eef/EEFCustomWidgetStyle.html" title="interface in org.eclipse.eef">EEFCustomWidgetStyle</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Custom Widget Style</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF Custom Widget Style</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFListStyle-org.eclipse.eef.EEFListStyle-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFListStyle</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFListStyle(<a href="../../../../org/eclipse/eef/EEFListStyle.html" title="interface in org.eclipse.eef">EEFListStyle</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF List Style</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF List Style</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFGroupStyle-org.eclipse.eef.EEFGroupStyle-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFGroupStyle</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFGroupStyle(<a href="../../../../org/eclipse/eef/EEFGroupStyle.html" title="interface in org.eclipse.eef">EEFGroupStyle</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Group Style</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF Group Style</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFConditionalStyle-org.eclipse.eef.EEFConditionalStyle-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFConditionalStyle</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFConditionalStyle(<a href="../../../../org/eclipse/eef/EEFConditionalStyle.html" title="interface in org.eclipse.eef">EEFConditionalStyle</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Conditional Style</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF Conditional Style</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFTextConditionalStyle-org.eclipse.eef.EEFTextConditionalStyle-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFTextConditionalStyle</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFTextConditionalStyle(<a href="../../../../org/eclipse/eef/EEFTextConditionalStyle.html" title="interface in org.eclipse.eef">EEFTextConditionalStyle</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Text Conditional Style</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF Text Conditional Style</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFButtonConditionalStyle-org.eclipse.eef.EEFButtonConditionalStyle-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFButtonConditionalStyle</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFButtonConditionalStyle(<a href="../../../../org/eclipse/eef/EEFButtonConditionalStyle.html" title="interface in org.eclipse.eef">EEFButtonConditionalStyle</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Button Conditional Style</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF Button Conditional Style</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFLabelConditionalStyle-org.eclipse.eef.EEFLabelConditionalStyle-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFLabelConditionalStyle</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFLabelConditionalStyle(<a href="../../../../org/eclipse/eef/EEFLabelConditionalStyle.html" title="interface in org.eclipse.eef">EEFLabelConditionalStyle</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Label Conditional Style</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF Label Conditional Style</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFCheckboxConditionalStyle-org.eclipse.eef.EEFCheckboxConditionalStyle-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFCheckboxConditionalStyle</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFCheckboxConditionalStyle(<a href="../../../../org/eclipse/eef/EEFCheckboxConditionalStyle.html" title="interface in org.eclipse.eef">EEFCheckboxConditionalStyle</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Checkbox Conditional Style</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF Checkbox Conditional Style</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFSelectConditionalStyle-org.eclipse.eef.EEFSelectConditionalStyle-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFSelectConditionalStyle</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFSelectConditionalStyle(<a href="../../../../org/eclipse/eef/EEFSelectConditionalStyle.html" title="interface in org.eclipse.eef">EEFSelectConditionalStyle</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Select Conditional Style</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF Select Conditional Style</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFRadioConditionalStyle-org.eclipse.eef.EEFRadioConditionalStyle-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFRadioConditionalStyle</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFRadioConditionalStyle(<a href="../../../../org/eclipse/eef/EEFRadioConditionalStyle.html" title="interface in org.eclipse.eef">EEFRadioConditionalStyle</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Radio Conditional Style</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF Radio Conditional Style</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFHyperlinkConditionalStyle-org.eclipse.eef.EEFHyperlinkConditionalStyle-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFHyperlinkConditionalStyle</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFHyperlinkConditionalStyle(<a href="../../../../org/eclipse/eef/EEFHyperlinkConditionalStyle.html" title="interface in org.eclipse.eef">EEFHyperlinkConditionalStyle</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Hyperlink Conditional Style</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF Hyperlink Conditional Style</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFCustomWidgetConditionalStyle-org.eclipse.eef.EEFCustomWidgetConditionalStyle-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFCustomWidgetConditionalStyle</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFCustomWidgetConditionalStyle(<a href="../../../../org/eclipse/eef/EEFCustomWidgetConditionalStyle.html" title="interface in org.eclipse.eef">EEFCustomWidgetConditionalStyle</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Custom Widget Conditional Style</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF Custom Widget Conditional Style</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFWidgetAction-org.eclipse.eef.EEFWidgetAction-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFWidgetAction</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFWidgetAction(<a href="../../../../org/eclipse/eef/EEFWidgetAction.html" title="interface in org.eclipse.eef">EEFWidgetAction</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Widget Action</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF Widget Action</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFListConditionalStyle-org.eclipse.eef.EEFListConditionalStyle-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFListConditionalStyle</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFListConditionalStyle(<a href="../../../../org/eclipse/eef/EEFListConditionalStyle.html" title="interface in org.eclipse.eef">EEFListConditionalStyle</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF List Conditional Style</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF List Conditional Style</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></dd>
</dl>
</li>
</ul>
<a name="caseEEFGroupConditionalStyle-org.eclipse.eef.EEFGroupConditionalStyle-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseEEFGroupConditionalStyle</h4>
<pre>public&nbsp;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;caseEEFGroupConditionalStyle(<a href="../../../../org/eclipse/eef/EEFGroupConditionalStyle.html" title="interface in org.eclipse.eef">EEFGroupConditionalStyle</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EEF Group Conditional Style</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="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EEF Group Conditional Style</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>doSwitch(EObject)</code></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/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&nbsp;defaultCase(org.eclipse.emf.ecore.EObject&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><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>defaultCase</code>&nbsp;in class&nbsp;<code>org.eclipse.emf.ecore.util.Switch&lt;<a href="../../../../org/eclipse/eef/util/EefSwitch.html" title="type parameter in EefSwitch">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EObject</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>Switch.doSwitch(org.eclipse.emf.ecore.EObject)</code></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>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<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="package-tree.html">Tree</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/eef/util/EEFDescriptionToWidgetStyleSwitch.html" title="class in org.eclipse.eef.util"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li>Next&nbsp;Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/eclipse/eef/util/EefSwitch.html" target="_top">Frames</a></li>
<li><a href="EefSwitch.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;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 ======= -->
</body>
</html>