public static enum JiraProductInformation.Keys extends Enum<JiraProductInformation.Keys>
Enum Constant and Description |
---|
LICENSE_PRODUCT_KEY |
SETUP_HELP_APPLICATION_KEY |
SETUP_HELP_APPLICATION_SPACE |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultValue() |
String |
getKey() |
static JiraProductInformation.Keys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JiraProductInformation.Keys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JiraProductInformation.Keys LICENSE_PRODUCT_KEY
public static final JiraProductInformation.Keys SETUP_HELP_APPLICATION_KEY
public static final JiraProductInformation.Keys SETUP_HELP_APPLICATION_SPACE
public static JiraProductInformation.Keys[] values()
for (JiraProductInformation.Keys c : JiraProductInformation.Keys.values()) System.out.println(c);
public static JiraProductInformation.Keys 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 getKey()
public String getDefaultValue()
Copyright © 2002-2021 Atlassian. All Rights Reserved.