@Unstable public static enum AbstractNotificationsSettingsPage.AutowatchMode extends Enum<AbstractNotificationsSettingsPage.AutowatchMode>
Enum Constant and Description |
---|
ALL
Autowatch for any change.
|
MAJOR
Autowatch for major modifications.
|
NEW
Autowatch for created pages.
|
NONE
Never autowatch.
|
Modifier and Type | Method and Description |
---|---|
static AbstractNotificationsSettingsPage.AutowatchMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractNotificationsSettingsPage.AutowatchMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractNotificationsSettingsPage.AutowatchMode NONE
public static final AbstractNotificationsSettingsPage.AutowatchMode ALL
public static final AbstractNotificationsSettingsPage.AutowatchMode MAJOR
public static final AbstractNotificationsSettingsPage.AutowatchMode NEW
public static AbstractNotificationsSettingsPage.AutowatchMode[] values()
for (AbstractNotificationsSettingsPage.AutowatchMode c : AbstractNotificationsSettingsPage.AutowatchMode.values()) System.out.println(c);
public static AbstractNotificationsSettingsPage.AutowatchMode 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 © 2004–2021 XWiki. All rights reserved.