public enum PermissionRequestTypeExternalInterface extends Enum<PermissionRequestTypeExternalInterface>
Enum Constant and Description |
---|
COMMENT
Comment
|
PRINT
Print
|
TIME_EXTENSION
Time extension
|
VIEW
View
|
Modifier and Type | Method and Description |
---|---|
static PermissionRequestTypeExternalInterface |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PermissionRequestTypeExternalInterface[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PermissionRequestTypeExternalInterface VIEW
public static final PermissionRequestTypeExternalInterface TIME_EXTENSION
public static final PermissionRequestTypeExternalInterface PRINT
public static final PermissionRequestTypeExternalInterface COMMENT
public static PermissionRequestTypeExternalInterface[] values()
for (PermissionRequestTypeExternalInterface c : PermissionRequestTypeExternalInterface.values()) System.out.println(c);
public static PermissionRequestTypeExternalInterface 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.