com.ionetrics.lib.annotatorcomm.annotatorjr
Enum AnnotatorJrSynchronousCommands
java.lang.Object
java.lang.Enum<AnnotatorJrSynchronousCommands>
com.ionetrics.lib.annotatorcomm.annotatorjr.AnnotatorJrSynchronousCommands
- All Implemented Interfaces:
- CommandId, java.io.Serializable, java.lang.Comparable<AnnotatorJrSynchronousCommands>
public enum AnnotatorJrSynchronousCommands
- extends java.lang.Enum<AnnotatorJrSynchronousCommands>
- implements CommandId
Annotator Jr Synchronous Commands
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
CMDID_GET_TRIGGER_MODE
public static final AnnotatorJrSynchronousCommands CMDID_GET_TRIGGER_MODE
CMDID_SET_TRIGGER_MODE
public static final AnnotatorJrSynchronousCommands CMDID_SET_TRIGGER_MODE
CMDID_GET_TIMESTAMP_DESTINATION
public static final AnnotatorJrSynchronousCommands CMDID_GET_TIMESTAMP_DESTINATION
CMDID_SET_TIMESTAMP_DESTINATION
public static final AnnotatorJrSynchronousCommands CMDID_SET_TIMESTAMP_DESTINATION
CMDID_GET_TIMESTAMP_COUNT
public static final AnnotatorJrSynchronousCommands CMDID_GET_TIMESTAMP_COUNT
CMDID_GET_TIMESTAMPS
public static final AnnotatorJrSynchronousCommands CMDID_GET_TIMESTAMPS
CMDID_CLEAR_TAGS
public static final AnnotatorJrSynchronousCommands CMDID_CLEAR_TAGS
CMDID_SET_RTC_CAL_MODE
public static final AnnotatorJrSynchronousCommands CMDID_SET_RTC_CAL_MODE
CMDID_GET_RTC_CAL
public static final AnnotatorJrSynchronousCommands CMDID_GET_RTC_CAL
CMDID_SET_RTC_CAL
public static final AnnotatorJrSynchronousCommands CMDID_SET_RTC_CAL
CMDID_SAVE_RTC_CAL
public static final AnnotatorJrSynchronousCommands CMDID_SAVE_RTC_CAL
values
public static final AnnotatorJrSynchronousCommands[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(AnnotatorJrSynchronousCommands c : AnnotatorJrSynchronousCommands.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static AnnotatorJrSynchronousCommands 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
getCmdId
public short getCmdId()
- Specified by:
getCmdId
in interface CommandId
Copyright © 2006 Ionetrics Corp. All Rights Reserved.