public static enum ApplicationLinkUIService.MessageFormat extends Enum<ApplicationLinkUIService.MessageFormat>
| Enum Constant and Description |
|---|
BANNER
A banner with a standard AUI border and icon.
|
INLINE
An inline element that can be displayed anywhere on a page.
|
| Modifier and Type | Method and Description |
|---|---|
static ApplicationLinkUIService.MessageFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationLinkUIService.MessageFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplicationLinkUIService.MessageFormat INLINE
public static final ApplicationLinkUIService.MessageFormat BANNER
public static ApplicationLinkUIService.MessageFormat[] values()
for (ApplicationLinkUIService.MessageFormat c : ApplicationLinkUIService.MessageFormat.values()) System.out.println(c);
public static ApplicationLinkUIService.MessageFormat 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 nullCopyright © 2020 Atlassian. All rights reserved.