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

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

public enum CnsObjectIDs
extends Enum<CnsObjectIDs>


Enum Constant Summary
OBJID_ACTIVATION_DATE
           
OBJID_ACTIVATION_STATUS
           
OBJID_ACTIVE_NAM
           
OBJID_BOOT_VERSION
           
OBJID_CALL_BYTE_CNT
           
OBJID_CALL_CONNECTED
           
OBJID_CALL_CONNECTING
           
OBJID_CALL_DISCONNECTED
           
OBJID_CALL_DORMANT
           
OBJID_CALL_ERROR
           
OBJID_CALL_NOTIFICATION
           
OBJID_CHANNEL_NUMBER
           
OBJID_CHANNEL_STATE
           
OBJID_CURRENT_BAND_CLASS
           
OBJID_DMCONFIG
           
OBJID_DMSTART
           
OBJID_DMSTATE
           
OBJID_ESN
           
OBJID_FIRMWARE_DATE
           
OBJID_FIRMWARE_VERSION
           
OBJID_MDN
           
OBJID_MIN
           
OBJID_NID_VALUE
           
OBJID_PHONE_NO
           
OBJID_PRLVER
           
OBJID_RADIO_PWR
           
OBJID_ROAMING_STATUS
           
OBJID_RSSI
           
OBJID_SID_VALUE
           
OBJID_SRVC_INDICATION
           
 
Method Summary
 int getObjectID()
           
static CnsObjectIDs valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CnsObjectIDs[] 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

OBJID_RSSI

public static final CnsObjectIDs OBJID_RSSI

OBJID_CHANNEL_NUMBER

public static final CnsObjectIDs OBJID_CHANNEL_NUMBER

OBJID_CHANNEL_STATE

public static final CnsObjectIDs OBJID_CHANNEL_STATE

OBJID_CURRENT_BAND_CLASS

public static final CnsObjectIDs OBJID_CURRENT_BAND_CLASS

OBJID_SID_VALUE

public static final CnsObjectIDs OBJID_SID_VALUE

OBJID_NID_VALUE

public static final CnsObjectIDs OBJID_NID_VALUE

OBJID_SRVC_INDICATION

public static final CnsObjectIDs OBJID_SRVC_INDICATION

OBJID_ROAMING_STATUS

public static final CnsObjectIDs OBJID_ROAMING_STATUS

OBJID_ESN

public static final CnsObjectIDs OBJID_ESN

OBJID_PRLVER

public static final CnsObjectIDs OBJID_PRLVER

OBJID_FIRMWARE_VERSION

public static final CnsObjectIDs OBJID_FIRMWARE_VERSION

OBJID_FIRMWARE_DATE

public static final CnsObjectIDs OBJID_FIRMWARE_DATE

OBJID_BOOT_VERSION

public static final CnsObjectIDs OBJID_BOOT_VERSION

OBJID_CALL_BYTE_CNT

public static final CnsObjectIDs OBJID_CALL_BYTE_CNT

OBJID_ACTIVATION_STATUS

public static final CnsObjectIDs OBJID_ACTIVATION_STATUS

OBJID_ACTIVATION_DATE

public static final CnsObjectIDs OBJID_ACTIVATION_DATE

OBJID_ACTIVE_NAM

public static final CnsObjectIDs OBJID_ACTIVE_NAM

OBJID_PHONE_NO

public static final CnsObjectIDs OBJID_PHONE_NO

OBJID_MDN

public static final CnsObjectIDs OBJID_MDN

OBJID_MIN

public static final CnsObjectIDs OBJID_MIN

OBJID_CALL_NOTIFICATION

public static final CnsObjectIDs OBJID_CALL_NOTIFICATION

OBJID_CALL_DISCONNECTED

public static final CnsObjectIDs OBJID_CALL_DISCONNECTED

OBJID_CALL_CONNECTING

public static final CnsObjectIDs OBJID_CALL_CONNECTING

OBJID_CALL_CONNECTED

public static final CnsObjectIDs OBJID_CALL_CONNECTED

OBJID_CALL_DORMANT

public static final CnsObjectIDs OBJID_CALL_DORMANT

OBJID_CALL_ERROR

public static final CnsObjectIDs OBJID_CALL_ERROR

OBJID_DMCONFIG

public static final CnsObjectIDs OBJID_DMCONFIG

OBJID_DMSTART

public static final CnsObjectIDs OBJID_DMSTART

OBJID_DMSTATE

public static final CnsObjectIDs OBJID_DMSTATE

OBJID_RADIO_PWR

public static final CnsObjectIDs OBJID_RADIO_PWR
Method Detail

values

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

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

valueOf

public static CnsObjectIDs 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

getObjectID

public int getObjectID()


Copyright © 2013. All Rights Reserved.