Difference between revisions of "DeviceFeature Enumeration"

From Neurotech Software Development Kit
Jump to: navigation, search
(Created page with "=Android=")
 
 
Line 1: Line 1:
 
=Android=
 
=Android=
 +
<div class="header">
 +
<div class="subTitle">ru.neurotech.neurodevices</div>
 +
<h2 title="Enum DeviceFeature" class="title">Enum DeviceFeature</h2>
 +
</div>
 +
<div class="contentContainer">
 +
<ul class="inheritance">
 +
<li>java.lang.Object</li>
 +
<li>
 +
<ul class="inheritance">
 +
<li>java.lang.Enum&lt;<a href="../../../ru/neurotech/neurodevices/DeviceFeature.html" title="enum in ru.neurotech.neurodevices">DeviceFeature</a>&gt;</li>
 +
<li>
 +
<ul class="inheritance">
 +
<li>ru.neurotech.neurodevices.DeviceFeature</li>
 +
</ul>
 +
</li>
 +
</ul>
 +
</li>
 +
</ul>
 +
<div class="description">
 +
<ul class="blockList">
 +
<li class="blockList">
 +
<dl>
 +
<dt>All Implemented Interfaces:</dt>
 +
<dd>java.io.Serializable, java.lang.Comparable&lt;<a href="../../../ru/neurotech/neurodevices/DeviceFeature.html" title="enum in ru.neurotech.neurodevices">DeviceFeature</a>&gt;</dd>
 +
</dl>
 +
<hr>
 +
<br>
 +
<pre>public enum <span class="typeNameLabel">DeviceFeature</span>
 +
extends java.lang.Enum&lt;<a href="../../../ru/neurotech/neurodevices/DeviceFeature.html" title="enum in ru.neurotech.neurodevices">DeviceFeature</a>&gt;</pre>
 +
</li>
 +
</ul>
 +
</div>
 +
<div class="summary">
 +
<ul class="blockList">
 +
<li class="blockList">
 +
<!-- =========== ENUM CONSTANT SUMMARY =========== -->
 +
<ul class="blockList">
 +
<li class="blockList"><a name="enum.constant.summary">
 +
<!--  -->
 +
</a>
 +
<h3>Enum Constant Summary</h3>
 +
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation">
 +
<caption><span>Enum Constants</span><span class="tabEnd">&nbsp;</span></caption>
 +
<tr>
 +
<th class="colOne" scope="col">Enum Constant and Description</th>
 +
</tr>
 +
<tr class="altColor">
 +
<td class="colOne"><code><span class="memberNameLink"><a href="../../../ru/neurotech/neurodevices/DeviceFeature.html#MEMS">MEMS</a></span></code>&nbsp;</td>
 +
</tr>
 +
<tr class="rowColor">
 +
<td class="colOne"><code><span class="memberNameLink"><a href="../../../ru/neurotech/neurodevices/DeviceFeature.html#SIGNAL">SIGNAL</a></span></code>&nbsp;</td>
 +
</tr>
 +
<tr class="altColor">
 +
<td class="colOne"><code><span class="memberNameLink"><a href="../../../ru/neurotech/neurodevices/DeviceFeature.html#SPYRO">SPYRO</a></span></code>&nbsp;</td>
 +
</tr>
 +
<tr class="rowColor">
 +
<td class="colOne"><code><span class="memberNameLink"><a href="../../../ru/neurotech/neurodevices/DeviceFeature.html#STIMUL">STIMUL</a></span></code>&nbsp;</td>
 +
</tr>
 +
<tr class="altColor">
 +
<td class="colOne"><code><span class="memberNameLink"><a href="../../../ru/neurotech/neurodevices/DeviceFeature.html#UNKNOWN">UNKNOWN</a></span></code>&nbsp;</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="t1" class="tableTab"><span><a href="javascript:show(1);">Static 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>static <a href="../../../ru/neurotech/neurodevices/DeviceFeature.html" title="enum in ru.neurotech.neurodevices">DeviceFeature</a></code></td>
 +
<td class="colLast"><code><span class="memberNameLink"><a href="../../../ru/neurotech/neurodevices/DeviceFeature.html#fromIntCode-int-">fromIntCode</a></span>(int&nbsp;state)</code>&nbsp;</td>
 +
</tr>
 +
<tr id="i1" class="rowColor">
 +
<td class="colFirst"><code>static <a href="../../../ru/neurotech/neurodevices/DeviceFeature.html" title="enum in ru.neurotech.neurodevices">DeviceFeature</a></code></td>
 +
<td class="colLast"><code><span class="memberNameLink"><a href="../../../ru/neurotech/neurodevices/DeviceFeature.html#valueOf-java.lang.String-">valueOf</a></span>(java.lang.String&nbsp;name)</code>
 +
<div class="block">Returns the enum constant of this type with the specified name.</div>
 +
</td>
 +
</tr>
 +
<tr id="i2" class="altColor">
 +
<td class="colFirst"><code>static <a href="../../../ru/neurotech/neurodevices/DeviceFeature.html" title="enum in ru.neurotech.neurodevices">DeviceFeature</a>[]</code></td>
 +
<td class="colLast"><code><span class="memberNameLink"><a href="../../../ru/neurotech/neurodevices/DeviceFeature.html#values--">values</a></span>()</code>
 +
<div class="block">Returns an array containing the constants of this enum type, in
 +
the order they are declared.</div>
 +
</td>
 +
</tr>
 +
</table>
 +
<ul class="blockList">
 +
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Enum">
 +
<!--  -->
 +
</a>
 +
<h3>Methods inherited from class&nbsp;java.lang.Enum</h3>
 +
<code>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</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>getClass, notify, notifyAll, wait, wait, wait</code></li>
 +
</ul>
 +
</li>
 +
</ul>
 +
</li>
 +
</ul>
 +
</div>
 +
<div class="details">
 +
<ul class="blockList">
 +
<li class="blockList">
 +
<!-- ============ ENUM CONSTANT DETAIL =========== -->
 +
<ul class="blockList">
 +
<li class="blockList"><a name="enum.constant.detail">
 +
<!--  -->
 +
</a>
 +
<h3>Enum Constant Detail</h3>
 +
<a name="SIGNAL">
 +
<!--  -->
 +
</a>
 +
<ul class="blockList">
 +
<li class="blockList">
 +
<h4>SIGNAL</h4>
 +
<pre>public static final&nbsp;<a href="../../../ru/neurotech/neurodevices/DeviceFeature.html" title="enum in ru.neurotech.neurodevices">DeviceFeature</a> SIGNAL</pre>
 +
</li>
 +
</ul>
 +
<a name="MEMS">
 +
<!--  -->
 +
</a>
 +
<ul class="blockList">
 +
<li class="blockList">
 +
<h4>MEMS</h4>
 +
<pre>public static final&nbsp;<a href="../../../ru/neurotech/neurodevices/DeviceFeature.html" title="enum in ru.neurotech.neurodevices">DeviceFeature</a> MEMS</pre>
 +
</li>
 +
</ul>
 +
<a name="SPYRO">
 +
<!--  -->
 +
</a>
 +
<ul class="blockList">
 +
<li class="blockList">
 +
<h4>SPYRO</h4>
 +
<pre>public static final&nbsp;<a href="../../../ru/neurotech/neurodevices/DeviceFeature.html" title="enum in ru.neurotech.neurodevices">DeviceFeature</a> SPYRO</pre>
 +
</li>
 +
</ul>
 +
<a name="STIMUL">
 +
<!--  -->
 +
</a>
 +
<ul class="blockList">
 +
<li class="blockList">
 +
<h4>STIMUL</h4>
 +
<pre>public static final&nbsp;<a href="../../../ru/neurotech/neurodevices/DeviceFeature.html" title="enum in ru.neurotech.neurodevices">DeviceFeature</a> STIMUL</pre>
 +
</li>
 +
</ul>
 +
<a name="UNKNOWN">
 +
<!--  -->
 +
</a>
 +
<ul class="blockListLast">
 +
<li class="blockList">
 +
<h4>UNKNOWN</h4>
 +
<pre>public static final&nbsp;<a href="../../../ru/neurotech/neurodevices/DeviceFeature.html" title="enum in ru.neurotech.neurodevices">DeviceFeature</a> UNKNOWN</pre>
 +
</li>
 +
</ul>
 +
</li>
 +
</ul>
 +
<!-- ============ METHOD DETAIL ========== -->
 +
<ul class="blockList">
 +
<li class="blockList"><a name="method.detail">
 +
<!--  -->
 +
</a>
 +
<h3>Method Detail</h3>
 +
<a name="values--">
 +
<!--  -->
 +
</a>
 +
<ul class="blockList">
 +
<li class="blockList">
 +
<h4>values</h4>
 +
<pre>public static&nbsp;<a href="../../../ru/neurotech/neurodevices/DeviceFeature.html" title="enum in ru.neurotech.neurodevices">DeviceFeature</a>[]&nbsp;values()</pre>
 +
<div class="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 (DeviceFeature c : DeviceFeature.values())
 +
&nbsp;  System.out.println(c);
 +
</pre></div>
 +
<dl>
 +
<dt><span class="returnLabel">Returns:</span></dt>
 +
<dd>an array containing the constants of this enum type, in the order they are declared</dd>
 +
</dl>
 +
</li>
 +
</ul>
 +
<a name="valueOf-java.lang.String-">
 +
<!--  -->
 +
</a>
 +
<ul class="blockList">
 +
<li class="blockList">
 +
<h4>valueOf</h4>
 +
<pre>public static&nbsp;<a href="../../../ru/neurotech/neurodevices/DeviceFeature.html" title="enum in ru.neurotech.neurodevices">DeviceFeature</a>&nbsp;valueOf(java.lang.String&nbsp;name)</pre>
 +
<div class="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
 +
not permitted.)</div>
 +
<dl>
 +
<dt><span class="paramLabel">Parameters:</span></dt>
 +
<dd><code>name</code> - the name of the enum constant to be returned.</dd>
 +
<dt><span class="returnLabel">Returns:</span></dt>
 +
<dd>the enum constant with the specified name</dd>
 +
<dt><span class="throwsLabel">Throws:</span></dt>
 +
<dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant with the specified name</dd>
 +
<dd><code>java.lang.NullPointerException</code> - if the argument is null</dd>
 +
</dl>
 +
</li>
 +
</ul>
 +
<a name="fromIntCode-int-">
 +
<!--  -->
 +
</a>
 +
<ul class="blockListLast">
 +
<li class="blockList">
 +
<h4>fromIntCode</h4>
 +
<pre>public static&nbsp;<a href="../../../ru/neurotech/neurodevices/DeviceFeature.html" title="enum in ru.neurotech.neurodevices">DeviceFeature</a>&nbsp;fromIntCode(int&nbsp;state)</pre>
 +
</li>
 +
</ul>
 +
</li>
 +
</ul>
 +
</li>
 +
</ul>
 +
</div>
 +
</div>

Latest revision as of 03:52, 10 August 2017

Android

ru.neurotech.neurodevices

Enum DeviceFeature

  • java.lang.Object
    • java.lang.Enum<<a href="../../../ru/neurotech/neurodevices/DeviceFeature.html" title="enum in ru.neurotech.neurodevices">DeviceFeature</a>>
      • ru.neurotech.neurodevices.DeviceFeature
  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<<a href="../../../ru/neurotech/neurodevices/DeviceFeature.html" title="enum in ru.neurotech.neurodevices">DeviceFeature</a>>


    public enum <span class="typeNameLabel">DeviceFeature</span>
    extends java.lang.Enum<<a href="../../../ru/neurotech/neurodevices/DeviceFeature.html" title="enum in ru.neurotech.neurodevices">DeviceFeature</a>>
    • <a name="enum.constant.summary"> </a>

      Enum Constant Summary

      Enum Constants 
      Enum Constant and Description
      <a href="../../../ru/neurotech/neurodevices/DeviceFeature.html#MEMS">MEMS</a> 
      <a href="../../../ru/neurotech/neurodevices/DeviceFeature.html#SIGNAL">SIGNAL</a> 
      <a href="../../../ru/neurotech/neurodevices/DeviceFeature.html#SPYRO">SPYRO</a> 
      <a href="../../../ru/neurotech/neurodevices/DeviceFeature.html#STIMUL">STIMUL</a> 
      <a href="../../../ru/neurotech/neurodevices/DeviceFeature.html#UNKNOWN">UNKNOWN</a> 
    • <a name="method.summary"> </a>

      Method Summary

      All Methods <a href="javascript:show(1);">Static Methods</a> <a href="javascript:show(8);">Concrete Methods</a> 
      Modifier and Type Method and Description
      static <a href="../../../ru/neurotech/neurodevices/DeviceFeature.html" title="enum in ru.neurotech.neurodevices">DeviceFeature</a> <a href="../../../ru/neurotech/neurodevices/DeviceFeature.html#fromIntCode-int-">fromIntCode</a>(int state) 
      static <a href="../../../ru/neurotech/neurodevices/DeviceFeature.html" title="enum in ru.neurotech.neurodevices">DeviceFeature</a> <a href="../../../ru/neurotech/neurodevices/DeviceFeature.html#valueOf-java.lang.String-">valueOf</a>(java.lang.String name)
      Returns the enum constant of this type with the specified name.
      static <a href="../../../ru/neurotech/neurodevices/DeviceFeature.html" title="enum in ru.neurotech.neurodevices">DeviceFeature</a>[] <a href="../../../ru/neurotech/neurodevices/DeviceFeature.html#values--">values</a>()
      Returns an array containing the constants of this enum type, in the order they are declared.
      • <a name="methods.inherited.from.class.java.lang.Enum"> </a>

        Methods inherited from class java.lang.Enum

        clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • <a name="methods.inherited.from.class.java.lang.Object"> </a>

        Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • <a name="enum.constant.detail"> </a>

      Enum Constant Detail

      <a name="SIGNAL"> </a>

      • SIGNAL

        public static final <a href="../../../ru/neurotech/neurodevices/DeviceFeature.html" title="enum in ru.neurotech.neurodevices">DeviceFeature</a> SIGNAL

      <a name="MEMS"> </a>

      • MEMS

        public static final <a href="../../../ru/neurotech/neurodevices/DeviceFeature.html" title="enum in ru.neurotech.neurodevices">DeviceFeature</a> MEMS

      <a name="SPYRO"> </a>

      • SPYRO

        public static final <a href="../../../ru/neurotech/neurodevices/DeviceFeature.html" title="enum in ru.neurotech.neurodevices">DeviceFeature</a> SPYRO

      <a name="STIMUL"> </a>

      • STIMUL

        public static final <a href="../../../ru/neurotech/neurodevices/DeviceFeature.html" title="enum in ru.neurotech.neurodevices">DeviceFeature</a> STIMUL

      <a name="UNKNOWN"> </a>

      • UNKNOWN

        public static final <a href="../../../ru/neurotech/neurodevices/DeviceFeature.html" title="enum in ru.neurotech.neurodevices">DeviceFeature</a> UNKNOWN
    • <a name="method.detail"> </a>

      Method Detail

      <a name="values--"> </a>

      • values

        public static <a href="../../../ru/neurotech/neurodevices/DeviceFeature.html" title="enum in ru.neurotech.neurodevices">DeviceFeature</a>[] values()
        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:

        for (DeviceFeature c : DeviceFeature.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared

      <a name="valueOf-java.lang.String-"> </a>

      • valueOf

        public static <a href="../../../ru/neurotech/neurodevices/DeviceFeature.html" title="enum in ru.neurotech.neurodevices">DeviceFeature</a> valueOf(java.lang.String name)
        Returns the enum constant of this type with the specified name.

        The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are

        not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null

      <a name="fromIntCode-int-"> </a>

      • fromIntCode

        public static <a href="../../../ru/neurotech/neurodevices/DeviceFeature.html" title="enum in ru.neurotech.neurodevices">DeviceFeature</a> fromIntCode(int state)