public static enum RulesPath.RulesPathType extends Enum<RulesPath.RulesPathType>
| Enum Constant and Description |
|---|
SYSTEM_PROVIDED |
USER_PROVIDED |
| Modifier and Type | Method and Description |
|---|---|
static RulesPath.RulesPathType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RulesPath.RulesPathType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RulesPath.RulesPathType SYSTEM_PROVIDED
public static final RulesPath.RulesPathType USER_PROVIDED
public static RulesPath.RulesPathType[] values()
for (RulesPath.RulesPathType c : RulesPath.RulesPathType.values()) System.out.println(c);
public static RulesPath.RulesPathType 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.