public static enum AbstractIssueNavigatorPage.NavigatorMode extends Enum<AbstractIssueNavigatorPage.NavigatorMode>
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static AbstractIssueNavigatorPage.NavigatorMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractIssueNavigatorPage.NavigatorMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractIssueNavigatorPage.NavigatorMode BASIC
public static final AbstractIssueNavigatorPage.NavigatorMode ADVANCED
public static AbstractIssueNavigatorPage.NavigatorMode[] values()
for (AbstractIssueNavigatorPage.NavigatorMode c : AbstractIssueNavigatorPage.NavigatorMode.values()) System.out.println(c);
public static AbstractIssueNavigatorPage.NavigatorMode 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 toString()
toString
in class Enum<AbstractIssueNavigatorPage.NavigatorMode>
Copyright © 2002-2018 Atlassian. All Rights Reserved.