public enum LibraryPermission extends java.lang.Enum<LibraryPermission>
Enum Constant and Description |
---|
EXECUTE
The right to execute Information Links (must also be set on all of the Information Model elements (columns etc)
that the are references by the Information Link).
|
OWNER
The right to set permissions on items.
|
READ
The right to browse and retrieve items.
|
WRITE
The right to create, modify and remove items.
|
Modifier and Type | Method and Description |
---|---|
static LibraryPermission |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LibraryPermission[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LibraryPermission READ
public static final LibraryPermission WRITE
public static final LibraryPermission OWNER
public static final LibraryPermission EXECUTE
public static LibraryPermission[] values()
for (LibraryPermission c : LibraryPermission.values()) System.out.println(c);
public static LibraryPermission valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2013-2020 TIBCO Software Inc. All Rights Reserved.