public static enum Message.Severity extends Enum<Message.Severity>
| Modifier and Type | Method and Description |
|---|---|
String |
getIcon() |
String |
getStyle() |
String |
getTag() |
static Message.Severity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Message.Severity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Message.Severity Blank
public static final Message.Severity Info
public static final Message.Severity Warning
public static final Message.Severity Error
public static final Message.Severity Fatal
public static Message.Severity[] values()
for (Message.Severity c : Message.Severity.values()) System.out.println(c);
public static Message.Severity 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 getStyle()
public String getIcon()
public String getTag()
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.