com.ionetrics.lib.annotatorcomm
Enum GenericAsynchronousCommands

java.lang.Object
  extended by java.lang.Enum<GenericAsynchronousCommands>
      extended by com.ionetrics.lib.annotatorcomm.GenericAsynchronousCommands
All Implemented Interfaces:
CommandId, java.io.Serializable, java.lang.Comparable<GenericAsynchronousCommands>

public enum GenericAsynchronousCommands
extends java.lang.Enum<GenericAsynchronousCommands>
implements CommandId

Generic Asynchronous Commands


Enum Constant Summary
CMDID_GPS_TIME_SOURCE_TIMESTAMP
           
CMDID_IRIGA_TIME_SOURCE_TIMESTAMP
           
CMDID_IRIGB_TIME_SOURCE_TIMESTAMP
           
CMDID_IRIGD_TIME_SOURCE_TIMESTAMP
           
CMDID_IRIGE_TIME_SOURCE_TIMESTAMP
           
CMDID_IRIGG_TIME_SOURCE_TIMESTAMP
           
CMDID_IRIGH_TIME_SOURCE_TIMESTAMP
           
CMDID_TEXT_MESSAGE
           
 
Method Summary
 short getCmdId()
           
static GenericAsynchronousCommands valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GenericAsynchronousCommands[] 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, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

CMDID_TEXT_MESSAGE

public static final GenericAsynchronousCommands CMDID_TEXT_MESSAGE

CMDID_IRIGA_TIME_SOURCE_TIMESTAMP

public static final GenericAsynchronousCommands CMDID_IRIGA_TIME_SOURCE_TIMESTAMP

CMDID_IRIGB_TIME_SOURCE_TIMESTAMP

public static final GenericAsynchronousCommands CMDID_IRIGB_TIME_SOURCE_TIMESTAMP

CMDID_IRIGD_TIME_SOURCE_TIMESTAMP

public static final GenericAsynchronousCommands CMDID_IRIGD_TIME_SOURCE_TIMESTAMP

CMDID_IRIGE_TIME_SOURCE_TIMESTAMP

public static final GenericAsynchronousCommands CMDID_IRIGE_TIME_SOURCE_TIMESTAMP

CMDID_IRIGG_TIME_SOURCE_TIMESTAMP

public static final GenericAsynchronousCommands CMDID_IRIGG_TIME_SOURCE_TIMESTAMP

CMDID_IRIGH_TIME_SOURCE_TIMESTAMP

public static final GenericAsynchronousCommands CMDID_IRIGH_TIME_SOURCE_TIMESTAMP

CMDID_GPS_TIME_SOURCE_TIMESTAMP

public static final GenericAsynchronousCommands CMDID_GPS_TIME_SOURCE_TIMESTAMP
Method Detail

values

public static final GenericAsynchronousCommands[] 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(GenericAsynchronousCommands c : GenericAsynchronousCommands.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static GenericAsynchronousCommands 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.