Uses of Class
apps.mathpadapp.controllerapp.usercontroller.UserInfo.UserStatus

Packages that use UserInfo.UserStatus
apps.mathpadapp.controllerapp.usercontroller   
 

Uses of UserInfo.UserStatus in apps.mathpadapp.controllerapp.usercontroller
 

Methods in apps.mathpadapp.controllerapp.usercontroller that return UserInfo.UserStatus
 UserInfo.UserStatus UserInfo.getUserStatus()
          Gets the user status.
static UserInfo.UserStatus UserInfo.UserStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static UserInfo.UserStatus[] UserInfo.UserStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in apps.mathpadapp.controllerapp.usercontroller with parameters of type UserInfo.UserStatus
 void UserInfo.setUserStatus(UserInfo.UserStatus userStatus)
          Sets the user status.