<li>java.lang.Enum<<ahref="SwerveModule.SwerveModuleLocation.html"title="enum in frc.robot.subsystems.swervedrive.swerve">SwerveModule.SwerveModuleLocation</a>></li>
<dd><code>java.io.Serializable</code>, <code>java.lang.Comparable<<ahref="SwerveModule.SwerveModuleLocation.html"title="enum in frc.robot.subsystems.swervedrive.swerve">SwerveModule.SwerveModuleLocation</a>></code></dd>
</dl>
<dl>
<dt>Enclosing class:</dt>
<dd><ahref="SwerveModule.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveModule</a><<ahref="SwerveModule.html"title="type parameter in SwerveModule">DriveMotorType</a> extends edu.wpi.first.wpilibj.motorcontrol.MotorController,​<ahref="SwerveModule.html"title="type parameter in SwerveModule">AngleMotorType</a> extends edu.wpi.first.wpilibj.motorcontrol.MotorController,​<ahref="SwerveModule.html"title="type parameter in SwerveModule">AbsoluteEncoderType</a>></dd>
extends java.lang.Enum<<ahref="SwerveModule.SwerveModuleLocation.html"title="enum in frc.robot.subsystems.swervedrive.swerve">SwerveModule.SwerveModuleLocation</a>></pre>
<divclass="block">Swerve Module location on the robot.</div>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colSecond"scope="col">Method</th>
<thclass="colLast"scope="col">Description</th>
</tr>
<trid="i0"class="altColor">
<tdclass="colFirst"><code>static <ahref="SwerveModule.SwerveModuleLocation.html"title="enum in frc.robot.subsystems.swervedrive.swerve">SwerveModule.SwerveModuleLocation</a></code></td>
<divclass="block">Returns the enum constant of this type with the specified name.</div>
</td>
</tr>
<trid="i1"class="rowColor">
<tdclass="colFirst"><code>static <ahref="SwerveModule.SwerveModuleLocation.html"title="enum in frc.robot.subsystems.swervedrive.swerve">SwerveModule.SwerveModuleLocation</a>[]</code></td>
<pre>public static final <ahref="SwerveModule.SwerveModuleLocation.html"title="enum in frc.robot.subsystems.swervedrive.swerve">SwerveModule.SwerveModuleLocation</a> FrontLeft</pre>
</li>
</ul>
<aid="BackLeft">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>BackLeft</h4>
<pre>public static final <ahref="SwerveModule.SwerveModuleLocation.html"title="enum in frc.robot.subsystems.swervedrive.swerve">SwerveModule.SwerveModuleLocation</a> BackLeft</pre>
</li>
</ul>
<aid="FrontRight">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>FrontRight</h4>
<pre>public static final <ahref="SwerveModule.SwerveModuleLocation.html"title="enum in frc.robot.subsystems.swervedrive.swerve">SwerveModule.SwerveModuleLocation</a> FrontRight</pre>
</li>
</ul>
<aid="BackRight">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>BackRight</h4>
<pre>public static final <ahref="SwerveModule.SwerveModuleLocation.html"title="enum in frc.robot.subsystems.swervedrive.swerve">SwerveModule.SwerveModuleLocation</a> BackRight</pre>
</li>
</ul>
</li>
</ul>
</section>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<sectionrole="region">
<ulclass="blockList">
<liclass="blockList"><aid="constructor.detail">
<!---->
</a>
<h3>Constructor Detail</h3>
<aid="<init>()">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>SwerveModuleLocation</h4>
<pre>private SwerveModuleLocation()</pre>
</li>
</ul>
</li>
</ul>
</section>
<!-- ============ METHOD DETAIL ========== -->
<sectionrole="region">
<ulclass="blockList">
<liclass="blockList"><aid="method.detail">
<!---->
</a>
<h3>Method Detail</h3>
<aid="values()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>values</h4>
<preclass="methodSignature">public static <ahref="SwerveModule.SwerveModuleLocation.html"title="enum in frc.robot.subsystems.swervedrive.swerve">SwerveModule.SwerveModuleLocation</a>[] values()</pre>
<divclass="block">Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
<pre>
for (SwerveModule.SwerveModuleLocation c : SwerveModule.SwerveModuleLocation.values())
System.out.println(c);
</pre></div>
<dl>
<dt><spanclass="returnLabel">Returns:</span></dt>
<dd>an array containing the constants of this enum type, in the order they are declared</dd>
</dl>
</li>
</ul>
<aid="valueOf(java.lang.String)">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>valueOf</h4>
<preclass="methodSignature">public static <ahref="SwerveModule.SwerveModuleLocation.html"title="enum in frc.robot.subsystems.swervedrive.swerve">SwerveModule.SwerveModuleLocation</a> valueOf​(java.lang.String name)</pre>
<divclass="block">Returns the enum constant of this type with the specified name.
The string must match <i>exactly</i> an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are