com.eurotech.framework.net.admin.modem.sierra.usb598
Enum SierraUsb598AtCommands

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

public enum SierraUsb598AtCommands
extends Enum<SierraUsb598AtCommands>


Enum Constant Summary
at
           
getManufacturer
           
getModelNumber
           
getRevision
           
getSerialNumber
           
reset
           
 
Method Summary
 String getCommand()
           
static SierraUsb598AtCommands valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SierraUsb598AtCommands[] 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 SierraUsb598AtCommands at

getModelNumber

public static final SierraUsb598AtCommands getModelNumber

getManufacturer

public static final SierraUsb598AtCommands getManufacturer

getSerialNumber

public static final SierraUsb598AtCommands getSerialNumber

getRevision

public static final SierraUsb598AtCommands getRevision

reset

public static final SierraUsb598AtCommands reset
Method Detail

values

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

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

valueOf

public static SierraUsb598AtCommands 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.