Uses of Class
io.mateu.mdd.core.model.authentication.USER_STATUS
-
Packages that use USER_STATUS Package Description io.mateu.mdd.core.model.authentication -
-
Uses of USER_STATUS in io.mateu.mdd.core.model.authentication
Methods in io.mateu.mdd.core.model.authentication that return USER_STATUS Modifier and Type Method Description static USER_STATUSUSER_STATUS. valueOf(String name)Returns the enum constant of this type with the specified name.static USER_STATUS[]USER_STATUS. values()Returns an array containing the constants of this enum type, in the order they are declared.
-