Uses of Class
org.xwiki.user.UserType
-
Packages that use UserType Package Description org.xwiki.user -
-
Uses of UserType in org.xwiki.user
Methods in org.xwiki.user that return UserType Modifier and Type Method Description static UserType
UserType. fromString(String typeAsString)
UserType
UserProperties. getType()
static UserType
UserType. valueOf(String name)
Returns the enum constant of this type with the specified name.static UserType[]
UserType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xwiki.user with parameters of type UserType Modifier and Type Method Description void
UserProperties. setType(UserType type)
-