|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserDetails.SEX | |
---|---|
org.openwms.core.domain.system.usermanagement | Contains domain classes regarding the user and role management. |
Uses of UserDetails.SEX in org.openwms.core.domain.system.usermanagement |
---|
Methods in org.openwms.core.domain.system.usermanagement that return UserDetails.SEX | |
---|---|
UserDetails.SEX |
UserDetails.getSex()
Return the User 's sex. |
static UserDetails.SEX |
UserDetails.SEX.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static UserDetails.SEX[] |
UserDetails.SEX.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.openwms.core.domain.system.usermanagement with parameters of type UserDetails.SEX | |
---|---|
void |
UserDetails.setSex(UserDetails.SEX sex)
Change the User 's sex (only for compliance). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |