Uses of Class
de.beamertool.mobile.MobileType

Packages that use MobileType
de.beamertool.admin.phonecheck This package contains all classes to realize the phone checking window 
de.beamertool.mobile This package contains all message-generating classes and it's factory. 
de.beamertool.util   
de.beamertool.util.configuration   
 

Uses of MobileType in de.beamertool.admin.phonecheck
 

Methods in de.beamertool.admin.phonecheck with parameters of type MobileType
 void CheckDevice.doIt(MobileType theType, CommPort theDevice, String pin)
          Main worker method.
 

Constructors in de.beamertool.admin.phonecheck with parameters of type MobileType
CheckDeviceWindow(MobileType theType, CommPort theDevice, String pin)
          Create window and initalize everything.
 

Uses of MobileType in de.beamertool.mobile
 

Methods in de.beamertool.mobile that return MobileType
static MobileType MobileType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MobileType[] MobileType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.beamertool.mobile with parameters of type MobileType
static Service SmsLibWrapper.cretateSmsService(Logger smslibLogger, MobileType mt, CommPort theDevice, String pin)
           
static Service SmsLibWrapper.cretateSmsService(Logger smslibLogger, MobileType mt, CommPort theDevice, String pin, IInboundMessageNotification ibnm)
           
static Service SmsLibWrapper.cretateSmsService(Logger smslibLogger, MobileType mt, CommPort theDevice, String pin, IInboundMessageNotification ibnm, ICallNotification icn)
           
 

Uses of MobileType in de.beamertool.util
 

Methods in de.beamertool.util that return MobileType
 MobileType ExtProperties.getMobileType(String key)
          Gets the mobile type of the given key
 MobileType ExtProperties.getMobileType(String key, MobileType defaultValue)
          Gets the mobile type of the given key
 

Methods in de.beamertool.util with parameters of type MobileType
 MobileType ExtProperties.getMobileType(String key, MobileType defaultValue)
          Gets the mobile type of the given key
 void ExtProperties.putMobileType(String key, MobileType value)
          Saves the given mobile type under key.
 

Uses of MobileType in de.beamertool.util.configuration
 

Methods in de.beamertool.util.configuration that return MobileType
 MobileType SettingsMBean.getGsmDeviceType()
           
 MobileType Settings.getGsmDeviceType()
           
 

Methods in de.beamertool.util.configuration with parameters of type MobileType
 void SettingsMBean.setGsmDeviceType(MobileType gsmDeviceType)
           
 void Settings.setGsmDeviceType(MobileType gsmDeviceType)