Uses of Class
uk.org.ury.database.UserClass

Packages that use UserClass
uk.org.ury.database   
 

Uses of UserClass in uk.org.ury.database
 

Methods in uk.org.ury.database that return UserClass
static UserClass UserClass.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static UserClass[] UserClass.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in uk.org.ury.database with parameters of type UserClass
DatabaseDriver(ConfigReader config, UserClass type)
          Construct a new DatabaseDriver with the given user class.