public static enum RuleProvider.RuleProviderType extends Enum<RuleProvider.RuleProviderType>
| Modifier and Type | Method and Description |
|---|---|
static RuleProvider.RuleProviderType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleProvider.RuleProviderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuleProvider.RuleProviderType JAVA
public static final RuleProvider.RuleProviderType XML
public static final RuleProvider.RuleProviderType GROOVY
public static RuleProvider.RuleProviderType[] values()
for (RuleProvider.RuleProviderType c : RuleProvider.RuleProviderType.values()) System.out.println(c);
public static RuleProvider.RuleProviderType 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 © 2021 JBoss by Red Hat. All rights reserved.