public static enum ApplicationAccessPage.AppAccessApplications extends Enum<ApplicationAccessPage.AppAccessApplications>
| Enum Constant and Description |
|---|
BAMBOO |
CONFLUENCE |
JIRA |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static ApplicationAccessPage.AppAccessApplications |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationAccessPage.AppAccessApplications[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplicationAccessPage.AppAccessApplications JIRA
public static final ApplicationAccessPage.AppAccessApplications CONFLUENCE
public static final ApplicationAccessPage.AppAccessApplications BAMBOO
public static ApplicationAccessPage.AppAccessApplications[] values()
for (ApplicationAccessPage.AppAccessApplications c : ApplicationAccessPage.AppAccessApplications.values()) System.out.println(c);
public static ApplicationAccessPage.AppAccessApplications 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 getName()
Copyright © 2014 Atlassian. All rights reserved.