com.eurotech.framework.linux.net.modem
Enum SupportedSerialModemInfo
java.lang.Object
java.lang.Enum<SupportedSerialModemInfo>
com.eurotech.framework.linux.net.modem.SupportedSerialModemInfo
- All Implemented Interfaces:
- Serializable, Comparable<SupportedSerialModemInfo>
public enum SupportedSerialModemInfo
- extends Enum<SupportedSerialModemInfo>
MiniGateway_Telit_HE910_NAD
public static final SupportedSerialModemInfo MiniGateway_Telit_HE910_NAD
values
public static SupportedSerialModemInfo[] 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 (SupportedSerialModemInfo c : SupportedSerialModemInfo.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static SupportedSerialModemInfo 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
getModemName
public String getModemName()
getManufacturerName
public String getManufacturerName()
getOsImageName
public String getOsImageName()
getOsImageVersion
public String getOsImageVersion()
getTechnologyTypes
public List<ModemTechnologyType> getTechnologyTypes()
getDriver
public SerialModemDriver getDriver()
Copyright © 2013. All Rights Reserved.