|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ApplicationLinkUIService.MessageFormat>
com.atlassian.applinks.api.ApplicationLinkUIService.MessageFormat
public static enum ApplicationLinkUIService.MessageFormat
Constants for use with MessageBuilder#format(MessageFormat).
| Enum Constant Summary | |
|---|---|
BANNER
A banner with a standard AUI border and icon. |
|
INLINE
An inline element that can be displayed anywhere on a page. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ApplicationLinkUIService.MessageFormat INLINE
public static final ApplicationLinkUIService.MessageFormat BANNER
| Method Detail |
|---|
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 name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||