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