lv.gotika.engine.util
Class RuleSet.RuleType

java.lang.Object
  extended by 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.
 
Constructor Summary
RuleSet.RuleType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

RuleSet.RuleType

public RuleSet.RuleType()