Uses of Class
com.erudika.para.core.User.Roles
-
Packages that use User.Roles Package Description com.erudika.para.core Core domain classes for modeling the Para domain space. -
-
Uses of User.Roles in com.erudika.para.core
Methods in com.erudika.para.core that return User.Roles Modifier and Type Method Description static User.RolesUser.Roles. valueOf(String name)Returns the enum constant of this type with the specified name.static User.Roles[]User.Roles. values()Returns an array containing the constants of this enum type, in the order they are declared.
-