Uses of Enum Class
it.uniroma2.art.semanticturkey.user.UserStatus
Packages that use UserStatus
-
Uses of UserStatus in it.uniroma2.art.semanticturkey.user
Methods in it.uniroma2.art.semanticturkey.user that return UserStatusModifier and TypeMethodDescriptionSTUser.getStatus()static UserStatusReturns the enum constant of this class with the specified name.static UserStatus[]UserStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.uniroma2.art.semanticturkey.user with parameters of type UserStatusModifier and TypeMethodDescriptionvoidSTUser.setStatus(UserStatus status) static voidUsersManager.updateUserStatus(STUser user, UserStatus newValue) Updates the status of the given user and returns it update