public static enum ResourcePoolSelector.SelectorType extends Enum<ResourcePoolSelector.SelectorType>
Enum Constant and Description |
---|
ACL |
AND |
DEFAULT |
NOT_EQUAL |
OR |
TAG |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static ResourcePoolSelector.SelectorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourcePoolSelector.SelectorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourcePoolSelector.SelectorType UNKNOWN
public static final ResourcePoolSelector.SelectorType DEFAULT
public static final ResourcePoolSelector.SelectorType TAG
public static final ResourcePoolSelector.SelectorType ACL
public static final ResourcePoolSelector.SelectorType OR
public static final ResourcePoolSelector.SelectorType AND
public static final ResourcePoolSelector.SelectorType NOT_EQUAL
public static ResourcePoolSelector.SelectorType[] values()
for (ResourcePoolSelector.SelectorType c : ResourcePoolSelector.SelectorType.values()) System.out.println(c);
public static ResourcePoolSelector.SelectorType 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 nullpublic String toString()
toString
in class Enum<ResourcePoolSelector.SelectorType>
Copyright © 1970 The Apache Software Foundation. All rights reserved.