@Unstable public static enum NotificationFilter.FilteringPhase extends Enum<NotificationFilter.FilteringPhase>
Enum Constant and Description |
---|
POST_FILTERING
If the filter is used during post-filtering.
|
PRE_FILTERING
If the filter is used during pre-filtering.
|
Modifier and Type | Method and Description |
---|---|
static NotificationFilter.FilteringPhase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationFilter.FilteringPhase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotificationFilter.FilteringPhase POST_FILTERING
public static final NotificationFilter.FilteringPhase PRE_FILTERING
public static NotificationFilter.FilteringPhase[] values()
for (NotificationFilter.FilteringPhase c : NotificationFilter.FilteringPhase.values()) System.out.println(c);
public static NotificationFilter.FilteringPhase 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–2022 XWiki. All rights reserved.