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