|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<CnsAppIDs> com.eurotech.framework.net.admin.modem.sierra.CnsAppIDs
public 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 |
---|
public static final CnsAppIDs MC572x_APPLICATION_ID
public static final CnsAppIDs MC87xx_APPLICATION_ID
public static final CnsAppIDs C8xx_APPLICATION_ID
public static final CnsAppIDs USB598_APPLICATION_ID
Method Detail |
---|
public static CnsAppIDs[] values()
for (CnsAppIDs c : CnsAppIDs.values()) System.out.println(c);
public static CnsAppIDs valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic int getID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |