public static enum IndexMaskDocument.AclWriteMode extends Enum<IndexMaskDocument.AclWriteMode>
| Enum Constant and Description |
|---|
APPEND
Appends all ACLs to the existing ones on the document (default).
|
CLEAR
Clears all ACLs on the document and does not add new ACLs.
|
OVERWRITE
Removes existing ACLs and adds the new ACLs.
|
| Modifier and Type | Method and Description |
|---|---|
static IndexMaskDocument.AclWriteMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexMaskDocument.AclWriteMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndexMaskDocument.AclWriteMode APPEND
public static final IndexMaskDocument.AclWriteMode OVERWRITE
public static final IndexMaskDocument.AclWriteMode CLEAR
public static IndexMaskDocument.AclWriteMode[] values()
for (IndexMaskDocument.AclWriteMode c : IndexMaskDocument.AclWriteMode.values()) System.out.println(c);
public static IndexMaskDocument.AclWriteMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.