public static enum InlineNotification.InlineNotificationType extends Enum<InlineNotification.InlineNotificationType>
Modifier and Type | Method and Description |
---|---|
String |
getCssClass() |
String |
getIcon() |
static InlineNotification.InlineNotificationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InlineNotification.InlineNotificationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InlineNotification.InlineNotificationType SUCCESS
public static final InlineNotification.InlineNotificationType INFO
public static final InlineNotification.InlineNotificationType WARNING
public static final InlineNotification.InlineNotificationType DANGER
public static InlineNotification.InlineNotificationType[] values()
for (InlineNotification.InlineNotificationType c : InlineNotification.InlineNotificationType.values()) System.out.println(c);
public static InlineNotification.InlineNotificationType 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 getCssClass()
public String getIcon()
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.