<li><ahref="../../../../../inf112/fiasko/roborally/objects/properties/Direction.html"title="enum in inf112.fiasko.roborally.objects.properties"><spanclass="typeNameLink">Next Class</span></a></li>
<li>java.lang.Enum<<ahref="../../../../../inf112/fiasko/roborally/objects/properties/Action.html"title="enum in inf112.fiasko.roborally.objects.properties">Action</a>></li>
<dd>java.io.Serializable, java.lang.Comparable<<ahref="../../../../../inf112/fiasko/roborally/objects/properties/Action.html"title="enum in inf112.fiasko.roborally.objects.properties">Action</a>></dd>
extends java.lang.Enum<<ahref="../../../../../inf112/fiasko/roborally/objects/properties/Action.html"title="enum in inf112.fiasko.roborally.objects.properties">Action</a>></pre>
<divclass="block">This enum represents an action on a programming card</div>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<trid="i0"class="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../../inf112/fiasko/roborally/objects/properties/Action.html"title="enum in inf112.fiasko.roborally.objects.properties">Action</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="../../../../../inf112/fiasko/roborally/objects/properties/Action.html"title="enum in inf112.fiasko.roborally.objects.properties">Action</a>[]</code></td>
<pre>public static final <ahref="../../../../../inf112/fiasko/roborally/objects/properties/Action.html"title="enum in inf112.fiasko.roborally.objects.properties">Action</a> ROTATE_RIGHT</pre>
<divclass="block">The action of rotating a robot clockwise</div>
</li>
</ul>
<aname="ROTATE_LEFT">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>ROTATE_LEFT</h4>
<pre>public static final <ahref="../../../../../inf112/fiasko/roborally/objects/properties/Action.html"title="enum in inf112.fiasko.roborally.objects.properties">Action</a> ROTATE_LEFT</pre>
<divclass="block">The action of rotating a robot counterclockwise</div>
</li>
</ul>
<aname="U_TURN">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>U_TURN</h4>
<pre>public static final <ahref="../../../../../inf112/fiasko/roborally/objects/properties/Action.html"title="enum in inf112.fiasko.roborally.objects.properties">Action</a> U_TURN</pre>
<divclass="block">The action of rotating a robot 180 degrees</div>
</li>
</ul>
<aname="MOVE_1">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>MOVE_1</h4>
<pre>public static final <ahref="../../../../../inf112/fiasko/roborally/objects/properties/Action.html"title="enum in inf112.fiasko.roborally.objects.properties">Action</a> MOVE_1</pre>
<divclass="block">The action of moving a robot one tile forward</div>
</li>
</ul>
<aname="MOVE_2">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>MOVE_2</h4>
<pre>public static final <ahref="../../../../../inf112/fiasko/roborally/objects/properties/Action.html"title="enum in inf112.fiasko.roborally.objects.properties">Action</a> MOVE_2</pre>
<divclass="block">The action of moving a robot two tiles forward</div>
</li>
</ul>
<aname="MOVE_3">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>MOVE_3</h4>
<pre>public static final <ahref="../../../../../inf112/fiasko/roborally/objects/properties/Action.html"title="enum in inf112.fiasko.roborally.objects.properties">Action</a> MOVE_3</pre>
<divclass="block">The action of moving a robot three tiles forward</div>
</li>
</ul>
<aname="BACK_UP">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>BACK_UP</h4>
<pre>public static final <ahref="../../../../../inf112/fiasko/roborally/objects/properties/Action.html"title="enum in inf112.fiasko.roborally.objects.properties">Action</a> BACK_UP</pre>
<divclass="block">The action of moving a robot one tile backward</div>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ulclass="blockList">
<liclass="blockList"><aname="method.detail">
<!---->
</a>
<h3>Method Detail</h3>
<aname="values--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>values</h4>
<pre>public static <ahref="../../../../../inf112/fiasko/roborally/objects/properties/Action.html"title="enum in inf112.fiasko.roborally.objects.properties">Action</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 (Action c : Action.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>
<aname="valueOf-java.lang.String-">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>valueOf</h4>
<pre>public static <ahref="../../../../../inf112/fiasko/roborally/objects/properties/Action.html"title="enum in inf112.fiasko.roborally.objects.properties">Action</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
<li><ahref="../../../../../inf112/fiasko/roborally/objects/properties/Direction.html"title="enum in inf112.fiasko.roborally.objects.properties"><spanclass="typeNameLink">Next Class</span></a></li>