com.eurotech.framework.linux.net.modem
Enum SupportedSerialModemInfo

java.lang.Object
  extended by java.lang.Enum<SupportedSerialModemInfo>
      extended by com.eurotech.framework.linux.net.modem.SupportedSerialModemInfo
All Implemented Interfaces:
Serializable, Comparable<SupportedSerialModemInfo>

public enum SupportedSerialModemInfo
extends Enum<SupportedSerialModemInfo>


Enum Constant Summary
MiniGateway_Telit_HE910_NAD
           
 
Method Summary
 SerialModemDriver getDriver()
           
 String getManufacturerName()
           
 String getModemName()
           
 String getOsImageName()
           
 String getOsImageVersion()
           
 List<ModemTechnologyType> getTechnologyTypes()
           
static SupportedSerialModemInfo valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SupportedSerialModemInfo[] 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

MiniGateway_Telit_HE910_NAD

public static final SupportedSerialModemInfo MiniGateway_Telit_HE910_NAD
Method Detail

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.