public enum ProtectAnywhereTemplateName extends Enum<ProtectAnywhereTemplateName>
Enum Constant and Description |
---|
CONTROLLED
Controlled
|
CONTROLLED_EDIT
Controlled edit
|
CONTROLLED_FULL
Controlled full
|
CONTROLLED_PRINT
Controlled print
|
CONTROLLED_PRINT_EDIT
Controlled print edit
|
FULL_ACCESS
Full access
|
Modifier and Type | Method and Description |
---|---|
static ProtectAnywhereTemplateName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtectAnywhereTemplateName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProtectAnywhereTemplateName CONTROLLED
public static final ProtectAnywhereTemplateName CONTROLLED_EDIT
public static final ProtectAnywhereTemplateName CONTROLLED_PRINT
public static final ProtectAnywhereTemplateName CONTROLLED_PRINT_EDIT
public static final ProtectAnywhereTemplateName CONTROLLED_FULL
public static final ProtectAnywhereTemplateName FULL_ACCESS
public static ProtectAnywhereTemplateName[] values()
for (ProtectAnywhereTemplateName c : ProtectAnywhereTemplateName.values()) System.out.println(c);
public static ProtectAnywhereTemplateName 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 © 2019. All rights reserved.