|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<TimestampDestination>
com.ionetrics.lib.annotatorcomm.annotatorjr.TimestampDestination
public enum TimestampDestination
Storage destinations for timestamps
Enum Constant Summary | |
---|---|
COMM
Stream across the communication link to a PC |
|
FLASH
Store in onboard flash memory |
|
RAM
Store in onboard RAM |
Method Summary | |
---|---|
byte |
getDestination()
|
java.lang.String |
toString()
|
static TimestampDestination |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TimestampDestination[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final TimestampDestination RAM
public static final TimestampDestination FLASH
public static final TimestampDestination COMM
Method Detail |
---|
public static final TimestampDestination[] values()
for(TimestampDestination c : TimestampDestination.values()) System.out.println(c);
public static TimestampDestination 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 namepublic byte getDestination()
public java.lang.String toString()
toString
in class java.lang.Enum<TimestampDestination>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |