public enum AuiType extends Enum<AuiType>
Modifier and Type | Method and Description |
---|---|
static AuiType |
fromClassName(Set<String> cssClasses) |
static AuiType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuiType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuiType SUCCESS
public static final AuiType INFO
public static final AuiType WARNING
public static final AuiType ERROR
public static AuiType[] values()
for (AuiType c : AuiType.values()) System.out.println(c);
public static AuiType 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 © 2021 Atlassian. All rights reserved.