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