public enum ProjectPermissionCategory extends Enum<ProjectPermissionCategory>
Enum Constant and Description |
---|
ATTACHMENTS |
COMMENTS |
ISSUES |
OTHER |
PROJECTS |
TIME_TRACKING |
VOTERS_AND_WATCHERS |
Modifier and Type | Method and Description |
---|---|
static ProjectPermissionCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectPermissionCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProjectPermissionCategory PROJECTS
public static final ProjectPermissionCategory ISSUES
public static final ProjectPermissionCategory VOTERS_AND_WATCHERS
public static final ProjectPermissionCategory COMMENTS
public static final ProjectPermissionCategory ATTACHMENTS
public static final ProjectPermissionCategory TIME_TRACKING
public static final ProjectPermissionCategory OTHER
public static ProjectPermissionCategory[] values()
for (ProjectPermissionCategory c : ProjectPermissionCategory.values()) System.out.println(c);
public static ProjectPermissionCategory 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 © 2002-2021 Atlassian. All Rights Reserved.