com.eurotech.framework.net.admin.modem.sierra
Enum CnsObjectIDs
java.lang.Object
java.lang.Enum<CnsObjectIDs>
com.eurotech.framework.net.admin.modem.sierra.CnsObjectIDs
- All Implemented Interfaces:
- Serializable, Comparable<CnsObjectIDs>
public enum CnsObjectIDs
- extends Enum<CnsObjectIDs>
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
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.