public static enum InsertDropdownMenu.InsertItem extends Enum<InsertDropdownMenu.InsertItem>
Enum Constant and Description |
---|
EMOTICON |
HORIZONTAL_RULE |
IMAGE |
LINK |
MACRO |
SYMBOL |
TASK_LIST |
WIKI_MARKUP |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
static InsertDropdownMenu.InsertItem |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InsertDropdownMenu.InsertItem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InsertDropdownMenu.InsertItem SYMBOL
public static final InsertDropdownMenu.InsertItem EMOTICON
public static final InsertDropdownMenu.InsertItem TASK_LIST
public static final InsertDropdownMenu.InsertItem MACRO
public static final InsertDropdownMenu.InsertItem WIKI_MARKUP
public static final InsertDropdownMenu.InsertItem LINK
public static final InsertDropdownMenu.InsertItem IMAGE
public static final InsertDropdownMenu.InsertItem HORIZONTAL_RULE
public static InsertDropdownMenu.InsertItem[] values()
for (InsertDropdownMenu.InsertItem c : InsertDropdownMenu.InsertItem.values()) System.out.println(c);
public static InsertDropdownMenu.InsertItem 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 getId()
Copyright © 2003–2017 Atlassian. All rights reserved.