public static enum Substitution.PatternOption extends java.lang.Enum<Substitution.PatternOption> implements Substitution.Flag
Enum Constant and Description |
---|
CASE_INSENSITIVE |
Modifier and Type | Method and Description |
---|---|
char |
getFlag() |
static Substitution.PatternOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Substitution.PatternOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Substitution.PatternOption CASE_INSENSITIVE
public static Substitution.PatternOption[] values()
for (Substitution.PatternOption c : Substitution.PatternOption.values()) System.out.println(c);
public static Substitution.PatternOption valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic char getFlag()
getFlag
in interface Substitution.Flag
Copyright © 2014-2020 Tomitribe Corporation. All Rights Reserved.