public enum NotificationFilterType extends Enum<NotificationFilterType>
NotificationFilter
.
This type can be either inclusive or exclusive.Enum Constant and Description |
---|
EXCLUSIVE
The filter associated with this scope type be exclusive.
|
INCLUSIVE
This is the default type, the filter associated with this type will be inclusive.
|
Modifier and Type | Method and Description |
---|---|
static NotificationFilterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationFilterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotificationFilterType INCLUSIVE
public static final NotificationFilterType EXCLUSIVE
public static NotificationFilterType[] values()
for (NotificationFilterType c : NotificationFilterType.values()) System.out.println(c);
public static NotificationFilterType 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.