<dd><code>java.io.Serializable</code>, <code>java.lang.Comparable<<ahref="SwerveModule.Verbosity.html"title="enum in frc.robot.subsystems.swervedrive.swerve">SwerveModule.Verbosity</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.Verbosity.html"title="enum in frc.robot.subsystems.swervedrive.swerve">SwerveModule.Verbosity</a>></pre>
<divclass="block">Verbosity levels for data publishing,</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.Verbosity.html"title="enum in frc.robot.subsystems.swervedrive.swerve">SwerveModule.Verbosity</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.Verbosity.html"title="enum in frc.robot.subsystems.swervedrive.swerve">SwerveModule.Verbosity</a>[]</code></td>
<pre>public static final <ahref="SwerveModule.Verbosity.html"title="enum in frc.robot.subsystems.swervedrive.swerve">SwerveModule.Verbosity</a> LOW</pre>
<divclass="block">The bare minimum and not utilize the CAN bus when reporting data. Only posts data from attributes.</div>
</li>
</ul>
<aid="NORMAL">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>NORMAL</h4>
<pre>public static final <ahref="SwerveModule.Verbosity.html"title="enum in frc.robot.subsystems.swervedrive.swerve">SwerveModule.Verbosity</a> NORMAL</pre>
<divclass="block">Utilize the CAN bus minimally.</div>
</li>
</ul>
<aid="HIGH">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>HIGH</h4>
<pre>public static final <ahref="SwerveModule.Verbosity.html"title="enum in frc.robot.subsystems.swervedrive.swerve">SwerveModule.Verbosity</a> HIGH</pre>
<divclass="block">Extensively use the CAN bus to fetch data and report back.</div>
</li>
</ul>
<aid="SETUP">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>SETUP</h4>
<pre>public static final <ahref="SwerveModule.Verbosity.html"title="enum in frc.robot.subsystems.swervedrive.swerve">SwerveModule.Verbosity</a> SETUP</pre>
<divclass="block">Creates every field for the module.</div>
</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>Verbosity</h4>
<pre>private Verbosity()</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.Verbosity.html"title="enum in frc.robot.subsystems.swervedrive.swerve">SwerveModule.Verbosity</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.Verbosity c : SwerveModule.Verbosity.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.Verbosity.html"title="enum in frc.robot.subsystems.swervedrive.swerve">SwerveModule.Verbosity</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