Uses of Class
nl.bitwalker.useragentutils.OperatingSystem

Uses of OperatingSystem in nl.bitwalker.useragentutils
 

Methods in nl.bitwalker.useragentutils that return OperatingSystem
 OperatingSystem OperatingSystem.getGroup()
           
 OperatingSystem UserAgent.getOperatingSystem()
           
static OperatingSystem OperatingSystem.parseUserAgentString(java.lang.String agentString)
          Parses user agent string and returns the best match.
static OperatingSystem OperatingSystem.valueOf(short id)
          Returns the enum constant of this type with the specified id.
static OperatingSystem OperatingSystem.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OperatingSystem[] OperatingSystem.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in nl.bitwalker.useragentutils with parameters of type OperatingSystem
UserAgent(OperatingSystem operatingSystem, Browser browser)
           
 



Copyright © 2011. All Rights Reserved.