Uses of Class
com.free2be.dimensions.device.DeviceFactory.ConfidenceLevel

Packages that use DeviceFactory.ConfidenceLevel
com.free2be.dimensions.device   
com.free2be.dimensions.device.profile   
com.free2be.dimensions.device.simple   
 

Uses of DeviceFactory.ConfidenceLevel in com.free2be.dimensions.device
 

Fields in com.free2be.dimensions.device declared as DeviceFactory.ConfidenceLevel
protected static DeviceFactory.ConfidenceLevel DeviceFactory.CONTENT
          Indicates the type of content is known, but very little about the calling device is know such as the screen size.
protected static DeviceFactory.ConfidenceLevel DeviceFactory.DEFAULT
          Practically as good as no confidence, but regardless returns a device that represents the default for the system.
protected static DeviceFactory.ConfidenceLevel DeviceFactory.DEVICE
          Indicates the content type(s) are known and some information about the device is known, but not described in a disciplined or standard way.
protected static DeviceFactory.ConfidenceLevel DeviceFactory.MODEL
          Indicates the model of the device is known, but only from non-standard methods such as CC/PP.
protected static DeviceFactory.ConfidenceLevel DeviceFactory.NONE
          Simply doesn't offer any clues about the type of device.
protected static DeviceFactory.ConfidenceLevel DeviceFactory.OVERRIDE
          An indicator used to override whatever the calling device is...sometimes used for simulation.
protected static DeviceFactory.ConfidenceLevel DeviceFactory.PRE_DETERMINED
          Predetermined means the factory has found a persistant device for a caller.
protected static DeviceFactory.ConfidenceLevel DeviceFactory.STANDARD
          CC/PP is the W3C standard that describes almost every detail of a device and is the preferred method of device description.
 

Methods in com.free2be.dimensions.device that return DeviceFactory.ConfidenceLevel
abstract  DeviceFactory.ConfidenceLevel DeviceFactory.getConfidenceLevel()
          Retrieves the confidence level this factory has in fulfilling the request based on the information provided during intialization.
 DeviceFactory.ConfidenceLevel SessionDeviceFactory.getConfidenceLevel()
          Retrieves the confidence level this factory has in fulfilling the request based on the information provided during intialization.
 DeviceFactory.ConfidenceLevel SimulationDeviceFactory.getConfidenceLevel()
          Retrieves the confidence level this factory has in fulfilling the request based on the information provided during intialization.
abstract  DeviceFactory.ConfidenceLevel DeviceFactory.getHighestConfidenceLevel()
          Returns the highest confidence level the implementing device factory can provide.
 DeviceFactory.ConfidenceLevel SessionDeviceFactory.getHighestConfidenceLevel()
          Returns the highest confidence level the implementing device factory can provide.
 DeviceFactory.ConfidenceLevel SimulationDeviceFactory.getHighestConfidenceLevel()
          Returns the highest confidence level the implementing device factory can provide.
 

Methods in com.free2be.dimensions.device with parameters of type DeviceFactory.ConfidenceLevel
 boolean DeviceFactory.ConfidenceLevel.asConfidentAs(DeviceFactory.ConfidenceLevel other)
           
 int DeviceFactory.ConfidenceLevel.compareTo(DeviceFactory.ConfidenceLevel otherConfidenceLevel)
           
 boolean DeviceFactory.ConfidenceLevel.moreConfidentThan(DeviceFactory.ConfidenceLevel other)
           
 

Uses of DeviceFactory.ConfidenceLevel in com.free2be.dimensions.device.profile
 

Methods in com.free2be.dimensions.device.profile that return DeviceFactory.ConfidenceLevel
 DeviceFactory.ConfidenceLevel DeviceProfileFactory.getConfidenceLevel()
           
 DeviceFactory.ConfidenceLevel DeviceProfileFactory.getHighestConfidenceLevel()
           
 

Uses of DeviceFactory.ConfidenceLevel in com.free2be.dimensions.device.simple
 

Methods in com.free2be.dimensions.device.simple that return DeviceFactory.ConfidenceLevel
 DeviceFactory.ConfidenceLevel SimpleDeviceFactory.getConfidenceLevel()
           
 DeviceFactory.ConfidenceLevel SimpleDeviceFactory.getHighestConfidenceLevel()