Package | Description |
---|---|
ome.model.internal |
Contains non-code-generated model objects.
|
Modifier and Type | Method and Description |
---|---|
static Permissions.Flag |
Permissions.Flag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Permissions.Flag[] |
Permissions.Flag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static int |
Permissions.bit(Permissions.Flag flag)
returns the order of the bit representing the given
Permissions.Flag . |
boolean |
Permissions.isSet(Permissions.Flag flag)
tests that a given
Permissions.Flag is set. |
Permissions |
Permissions.set(Permissions.Flag flag)
turn a given
Permissions.Flag on. |
Permissions |
Permissions.unSet(Permissions.Flag flag)
turn a given
Permissions.Flag off. |
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.