public static enum DocumentSecurityInformationsProvider.TestedActions extends Enum<DocumentSecurityInformationsProvider.TestedActions>
| Enum Constant and Description |
|---|
canCopy |
| Modifier and Type | Method and Description |
|---|---|
static DocumentSecurityInformationsProvider.TestedActions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentSecurityInformationsProvider.TestedActions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentSecurityInformationsProvider.TestedActions canCopy
public static DocumentSecurityInformationsProvider.TestedActions[] values()
for (DocumentSecurityInformationsProvider.TestedActions c : DocumentSecurityInformationsProvider.TestedActions.values()) System.out.println(c);
public static DocumentSecurityInformationsProvider.TestedActions 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 © 2020. All rights reserved.