|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AccessRights | |
|---|---|
| com.groupdocs.annotation.domain | |
| Uses of AccessRights in com.groupdocs.annotation.domain |
|---|
| Methods in com.groupdocs.annotation.domain that return AccessRights | |
|---|---|
static AccessRights |
AccessRights.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AccessRights[] |
AccessRights.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.groupdocs.annotation.domain with parameters of type AccessRights | |
|---|---|
static int |
AccessRights.from(AccessRights... accessRights)
Combine access rights integer value from few @{AccessRights} objects Sample: int integerCombinedValue = AccessRights.from(AccessRights.CAN_VIEW, AccessRights.CAN_DOWNLOAD); |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||