public static enum AssociatedItem.Type extends Enum<AssociatedItem.Type>
Enum Constant and Description |
---|
APPLICATION_ROLE |
CUSTOM_FIELD |
GROUP |
LICENSE |
PERMISSIONS |
PROJECT |
PROJECT_CATEGORY |
PROJECT_COMPONENT |
PROJECT_ROLE |
REMOTE_DIRECTORY |
SCHEME |
SCREEN |
USER |
VERSION |
WORKFLOW |
Modifier and Type | Method and Description |
---|---|
static AssociatedItem.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssociatedItem.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssociatedItem.Type USER
public static final AssociatedItem.Type PROJECT
public static final AssociatedItem.Type GROUP
public static final AssociatedItem.Type SCHEME
public static final AssociatedItem.Type REMOTE_DIRECTORY
public static final AssociatedItem.Type WORKFLOW
public static final AssociatedItem.Type PERMISSIONS
public static final AssociatedItem.Type VERSION
public static final AssociatedItem.Type CUSTOM_FIELD
public static final AssociatedItem.Type PROJECT_CATEGORY
public static final AssociatedItem.Type PROJECT_COMPONENT
public static final AssociatedItem.Type PROJECT_ROLE
public static final AssociatedItem.Type LICENSE
public static final AssociatedItem.Type APPLICATION_ROLE
public static final AssociatedItem.Type SCREEN
public static AssociatedItem.Type[] values()
for (AssociatedItem.Type c : AssociatedItem.Type.values()) System.out.println(c);
public static AssociatedItem.Type 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-2017 Atlassian. All Rights Reserved.