com.eurotech.framework.net.admin.modem.telit.de910
Enum TelitDe910AtCommands

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

public enum TelitDe910AtCommands
extends Enum<TelitDe910AtCommands>


Enum Constant Summary
at
           
getManufacturer
           
getMdn
           
getModelNumber
           
getMsid
           
getNetRegistrationStatus
           
getRevision
           
getSerialNumber
           
getServiceType
           
getSessionDataVolume
           
getSignalStrength
           
provisionVerizon
           
 
Method Summary
 String getCommand()
           
static TelitDe910AtCommands valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TelitDe910AtCommands[] 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

at

public static final TelitDe910AtCommands at

getModelNumber

public static final TelitDe910AtCommands getModelNumber

getManufacturer

public static final TelitDe910AtCommands getManufacturer

getSerialNumber

public static final TelitDe910AtCommands getSerialNumber

getRevision

public static final TelitDe910AtCommands getRevision

getSignalStrength

public static final TelitDe910AtCommands getSignalStrength

getNetRegistrationStatus

public static final TelitDe910AtCommands getNetRegistrationStatus

getMdn

public static final TelitDe910AtCommands getMdn

getMsid

public static final TelitDe910AtCommands getMsid

getServiceType

public static final TelitDe910AtCommands getServiceType

getSessionDataVolume

public static final TelitDe910AtCommands getSessionDataVolume

provisionVerizon

public static final TelitDe910AtCommands provisionVerizon
Method Detail

values

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

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

valueOf

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

getCommand

public String getCommand()


Copyright © 2013. All Rights Reserved.