| Modifier and Type | Method and Description |
|---|---|
static RuleType |
RuleType.fromName(String name) |
RuleType |
Rule.getType() |
static RuleType |
RuleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleType[] |
RuleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Rule(RuleType type,
Pattern pattern)
Create a new rule.
|
Copyright © 2017–2020. All rights reserved.