|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Permission | |
---|---|
org.ogf.saga.permissions |
The permissions package provides the interface
Permissions
to query and set
permissions on Saga objects, such as files or streams. |
Uses of Permission in org.ogf.saga.permissions |
---|
Methods in org.ogf.saga.permissions that return Permission | |
---|---|
static Permission |
Permission.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Permission[] |
Permission.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.ogf.saga.permissions with parameters of type Permission | |
---|---|
int |
Permission.or(Permission val)
Returns the result of or-ing this flag into another. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |