public static enum RuleDependencyProcessor.RuleDependencyProperty extends Enum<RuleDependencyProcessor.RuleDependencyProperty>
| Enum Constant and Description |
|---|
DEPENDENTS |
RECOGNIZER |
RULE |
VERSION |
| Modifier and Type | Method and Description |
|---|---|
static RuleDependencyProcessor.RuleDependencyProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleDependencyProcessor.RuleDependencyProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuleDependencyProcessor.RuleDependencyProperty RECOGNIZER
public static final RuleDependencyProcessor.RuleDependencyProperty RULE
public static final RuleDependencyProcessor.RuleDependencyProperty VERSION
public static final RuleDependencyProcessor.RuleDependencyProperty DEPENDENTS
public static RuleDependencyProcessor.RuleDependencyProperty[] values()
for (RuleDependencyProcessor.RuleDependencyProperty c : RuleDependencyProcessor.RuleDependencyProperty.values()) System.out.println(c);
public static RuleDependencyProcessor.RuleDependencyProperty 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 © 1992–2024 Daniel Sun. All rights reserved.