public static enum JmxNotificationsView.NotificationAction extends Enum<JmxNotificationsView.NotificationAction>
Enum Constant and Description |
---|
TOGGLE_NOTIFICATIONS |
Modifier and Type | Method and Description |
---|---|
static JmxNotificationsView.NotificationAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JmxNotificationsView.NotificationAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JmxNotificationsView.NotificationAction TOGGLE_NOTIFICATIONS
public static JmxNotificationsView.NotificationAction[] values()
for (JmxNotificationsView.NotificationAction c : JmxNotificationsView.NotificationAction.values()) System.out.println(c);
public static JmxNotificationsView.NotificationAction 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 © 2014. All rights reserved.