lv.gotika.engine.util
Class RuleSet.RuleType
java.lang.Object
lv.gotika.engine.util.RuleSet.RuleType
- Enclosing class:
- RuleSet
public static class RuleSet.RuleType
- extends Object
A set of flags that indicate different types of rules.
|
Field Summary |
static String |
ALL
Flag indicates that replacing should be done in the entire word. |
static String |
ENDS_WITH
Flag indicates that replacing should be done at the end of a word. |
static String |
STARTS_WITH
Flag indicates that replacing should be done at the beginning of a
word. |
ALL
public static final String ALL
- Flag indicates that replacing should be done in the entire word.
- See Also:
- Constant Field Values
STARTS_WITH
public static final String STARTS_WITH
- Flag indicates that replacing should be done at the beginning of a
word.
- See Also:
- Constant Field Values
ENDS_WITH
public static final String ENDS_WITH
- Flag indicates that replacing should be done at the end of a word.
- See Also:
- Constant Field Values
RuleSet.RuleType
public RuleSet.RuleType()