Uses of Class
org.flasby.entity.Role
-
Packages that use Role Package Description org.flasby.entity -
-
Uses of Role in org.flasby.entity
Methods in org.flasby.entity that return Role Modifier and Type Method Description static Role
Role. valueOf(String name)
Returns the enum constant of this type with the specified name.static Role[]
Role. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-