public static enum AuiMessage.Type extends Enum<AuiMessage.Type>
Modifier and Type | Method and Description |
---|---|
String |
className() |
boolean |
isClassifiable() |
static AuiMessage.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuiMessage.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuiMessage.Type SUCCESS
public static final AuiMessage.Type WARNING
public static final AuiMessage.Type ERROR
public static final AuiMessage.Type UNKNOWN
public static AuiMessage.Type[] values()
for (AuiMessage.Type c : AuiMessage.Type.values()) System.out.println(c);
public static AuiMessage.Type 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 className()
public boolean isClassifiable()
Copyright © 2002-2015 Atlassian. All Rights Reserved.