Uses of Class
jerklib.ServerInformation.ModeType

Packages that use ServerInformation.ModeType
jerklib Package contains classes for working with the IRC protocol and IRC servers. 
 

Uses of ServerInformation.ModeType in jerklib
 

Methods in jerklib that return ServerInformation.ModeType
 ServerInformation.ModeType ServerInformation.getTypeForMode(String mode)
          Get the ServerInformation.ModeType for the given mode.
static ServerInformation.ModeType ServerInformation.ModeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ServerInformation.ModeType[] ServerInformation.ModeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in jerklib with parameters of type ServerInformation.ModeType
 String[] ServerInformation.getModes(ServerInformation.ModeType type)
          Get all modes of the given ServerInformation.ModeType.