Uses of Class
jerklib.WriteRequest.Type

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

Uses of WriteRequest.Type in jerklib
 

Methods in jerklib that return WriteRequest.Type
 WriteRequest.Type WriteRequest.getType()
          Type of request
static WriteRequest.Type WriteRequest.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WriteRequest.Type[] WriteRequest.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.