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