Uses of Class
org.teamapps.application.api.privilege.PrivilegeType
| Package | Description |
|---|---|
| org.teamapps.application.api.privilege |
-
Uses of PrivilegeType in org.teamapps.application.api.privilege
Methods in org.teamapps.application.api.privilege that return PrivilegeType Modifier and Type Method Description PrivilegeTypePrivilege. getType()PrivilegeTypePrivilegeImpl. getType()static PrivilegeTypePrivilegeType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PrivilegeType[]PrivilegeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.application.api.privilege with parameters of type PrivilegeType Modifier and Type Method Description static PrivilegePrivilege. create(PrivilegeType privilegeType, java.lang.String name, org.teamapps.icons.Icon icon, java.lang.String titleKey)Constructors in org.teamapps.application.api.privilege with parameters of type PrivilegeType Constructor Description PrivilegeImpl(PrivilegeType privilegeType, java.lang.String name, org.teamapps.icons.Icon icon, java.lang.String titleKey)