public static enum AbstractSimpleReplaceRule2.CaseSensitivy extends Enum<AbstractSimpleReplaceRule2.CaseSensitivy>
Enum Constant and Description |
---|
CI |
CS |
CSExceptAtSentenceStart |
Modifier and Type | Method and Description |
---|---|
static AbstractSimpleReplaceRule2.CaseSensitivy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractSimpleReplaceRule2.CaseSensitivy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractSimpleReplaceRule2.CaseSensitivy CS
public static final AbstractSimpleReplaceRule2.CaseSensitivy CI
public static final AbstractSimpleReplaceRule2.CaseSensitivy CSExceptAtSentenceStart
public static AbstractSimpleReplaceRule2.CaseSensitivy[] values()
for (AbstractSimpleReplaceRule2.CaseSensitivy c : AbstractSimpleReplaceRule2.CaseSensitivy.values()) System.out.println(c);
public static AbstractSimpleReplaceRule2.CaseSensitivy 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 null