Uses of Class
com.sgs.common.database.User.Role
-
Packages that use User.Role Package Description com.sgs.common.database This package is responsible for holding all of the objects that can be persisted in the SG V5 System. -
-
Uses of User.Role in com.sgs.common.database
Methods in com.sgs.common.database that return User.Role Modifier and Type Method Description static User.Role
User.Role. parse(int type)
static User.Role
User.Role. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static User.Role[]
User.Role. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-