Uses of Enum Class
UserType
-
Uses of UserType in Unnamed Package
Methods in Unnamed Package that return UserTypeModifier and TypeMethodDescriptionUser.getUserType()Method to get user typestatic UserTypeReturns the enum constant of this class with the specified name.static UserType[]UserType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in Unnamed Package with parameters of type UserTypeModifier and TypeMethodDescriptionvoidUser.setUserType(UserType userType) Method to set user typeConstructors in Unnamed Package with parameters of type UserType