|
ESP OpenBCI - An EEG Signal Processing Library for OpenBCI Hardware | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<OpenBCIChannelCommand>
com.github.mrstampy.esp.openbci.OpenBCIChannelCommand
public enum OpenBCIChannelCommand
The Enum OpenBCIChannelCommand.
| Enum Constant Summary | |
|---|---|
CHANNEL_EIGHT
The channel eight. |
|
CHANNEL_FIVE
The channel five. |
|
CHANNEL_FOUR
The channel four. |
|
CHANNEL_ONE
The channel one. |
|
CHANNEL_SEVEN
The channel seven. |
|
CHANNEL_SIX
The channel six. |
|
CHANNEL_THREE
The channel three. |
|
CHANNEL_TWO
The channel two. |
|
| Method Summary | |
|---|---|
java.lang.String |
getActivate()
Gets the activate. |
java.lang.String |
getActivateLeadoffN()
Gets the activate leadoff n. |
java.lang.String |
getActivateLeadoffP()
Gets the activate leadoff p. |
int |
getChannelNumber()
Gets the channel number. |
java.lang.String |
getDeactivate()
Gets the deactivate. |
java.lang.String |
getDeactivateLeadoffN()
Gets the deactivate leadoff n. |
java.lang.String |
getDeactivateLeadoffP()
Gets the deactivate leadoff p. |
static OpenBCIChannelCommand |
getFromChannelNumber(int channelNumber)
Gets the from channel number. |
static OpenBCIChannelCommand |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static OpenBCIChannelCommand[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final OpenBCIChannelCommand CHANNEL_ONE
public static final OpenBCIChannelCommand CHANNEL_TWO
public static final OpenBCIChannelCommand CHANNEL_THREE
public static final OpenBCIChannelCommand CHANNEL_FOUR
public static final OpenBCIChannelCommand CHANNEL_FIVE
public static final OpenBCIChannelCommand CHANNEL_SIX
public static final OpenBCIChannelCommand CHANNEL_SEVEN
public static final OpenBCIChannelCommand CHANNEL_EIGHT
| Method Detail |
|---|
public static OpenBCIChannelCommand[] values()
for (OpenBCIChannelCommand c : OpenBCIChannelCommand.values()) System.out.println(c);
public static OpenBCIChannelCommand valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic int getChannelNumber()
public java.lang.String getActivate()
public java.lang.String getDeactivate()
public java.lang.String getActivateLeadoffP()
public java.lang.String getDeactivateLeadoffP()
public java.lang.String getActivateLeadoffN()
public java.lang.String getDeactivateLeadoffN()
public static OpenBCIChannelCommand getFromChannelNumber(int channelNumber)
channelNumber - the channel number
|
brought to you by Mr. Stampy | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||