com.eurotech.framework.net.admin.modem.sierra
Enum CnsAppIDs

java.lang.Object
  extended by java.lang.Enum<CnsAppIDs>
      extended by com.eurotech.framework.net.admin.modem.sierra.CnsAppIDs
All Implemented Interfaces:
Serializable, Comparable<CnsAppIDs>

public enum CnsAppIDs
extends Enum<CnsAppIDs>


Enum Constant Summary
C8xx_APPLICATION_ID
          CnS 'C8xx Application' ID
MC572x_APPLICATION_ID
          CnS 'MC572x Application' ID
MC87xx_APPLICATION_ID
          CnS 'MC87xx Application' ID
USB598_APPLICATION_ID
          CnS 'USB 598 Application' ID
 
Method Summary
 int getID()
           
static CnsAppIDs valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CnsAppIDs[] 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

MC572x_APPLICATION_ID

public static final CnsAppIDs MC572x_APPLICATION_ID
CnS 'MC572x Application' ID


MC87xx_APPLICATION_ID

public static final CnsAppIDs MC87xx_APPLICATION_ID
CnS 'MC87xx Application' ID


C8xx_APPLICATION_ID

public static final CnsAppIDs C8xx_APPLICATION_ID
CnS 'C8xx Application' ID


USB598_APPLICATION_ID

public static final CnsAppIDs USB598_APPLICATION_ID
CnS 'USB 598 Application' ID

Method Detail

values

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

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

valueOf

public static CnsAppIDs valueOf(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:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getID

public int getID()


Copyright © 2013. All Rights Reserved.