public enum UnaryCapabilityNameResolver extends Enum<UnaryCapabilityNameResolver> implements Function<org.jboss.as.controller.PathAddress,String[]>
| Enum Constant and Description |
|---|
DEFAULT |
GRANDPARENT |
LOCAL |
PARENT |
| Modifier and Type | Method and Description |
|---|---|
static UnaryCapabilityNameResolver |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnaryCapabilityNameResolver[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnaryCapabilityNameResolver DEFAULT
public static final UnaryCapabilityNameResolver PARENT
public static final UnaryCapabilityNameResolver GRANDPARENT
public static final UnaryCapabilityNameResolver LOCAL
public static UnaryCapabilityNameResolver[] values()
for (UnaryCapabilityNameResolver c : UnaryCapabilityNameResolver.values()) System.out.println(c);
public static UnaryCapabilityNameResolver 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 © 2020 JBoss by Red Hat. All rights reserved.