public static enum DialogUtils.MessagePriority extends java.lang.Enum<DialogUtils.MessagePriority>
Enum Constant and Description |
---|
BLOCKING_INFO |
BLOCKING_PROBLEM |
NONE |
WARNING |
Modifier and Type | Method and Description |
---|---|
int |
getMessageProviderType() |
static DialogUtils.MessagePriority |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DialogUtils.MessagePriority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DialogUtils.MessagePriority BLOCKING_PROBLEM
public static final DialogUtils.MessagePriority BLOCKING_INFO
public static final DialogUtils.MessagePriority WARNING
public static final DialogUtils.MessagePriority NONE
public static DialogUtils.MessagePriority[] values()
for (DialogUtils.MessagePriority c : DialogUtils.MessagePriority.values()) System.out.println(c);
public static DialogUtils.MessagePriority valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getMessageProviderType()
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.