public enum PickerType extends Enum<PickerType>
| Enum Constant and Description |
|---|
GROUP_PICKER |
ICON_PICKER |
ISSUE_PICKER |
USER_PICKER |
| Modifier and Type | Method and Description |
|---|---|
static PickerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PickerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
String |
windowName() |
public static final PickerType USER_PICKER
public static final PickerType GROUP_PICKER
public static final PickerType ICON_PICKER
public static final PickerType ISSUE_PICKER
public static PickerType[] values()
for (PickerType c : PickerType.values()) System.out.println(c);
public static PickerType 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 nullpublic String windowName()
Copyright © 2002-2017 Atlassian. All Rights Reserved.