public static enum TermsParams.TermsRegexpFlag extends java.lang.Enum<TermsParams.TermsRegexpFlag>
| Enum Constant and Description |
|---|
CANON_EQ |
CASE_INSENSITIVE |
COMMENTS |
DOTALL |
LITERAL |
MULTILINE |
UNICODE_CASE |
UNIX_LINES |
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
value |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static TermsParams.TermsRegexpFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TermsParams.TermsRegexpFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TermsParams.TermsRegexpFlag UNIX_LINES
public static final TermsParams.TermsRegexpFlag CASE_INSENSITIVE
public static final TermsParams.TermsRegexpFlag COMMENTS
public static final TermsParams.TermsRegexpFlag MULTILINE
public static final TermsParams.TermsRegexpFlag LITERAL
public static final TermsParams.TermsRegexpFlag DOTALL
public static final TermsParams.TermsRegexpFlag UNICODE_CASE
public static final TermsParams.TermsRegexpFlag CANON_EQ
public static TermsParams.TermsRegexpFlag[] values()
for (TermsParams.TermsRegexpFlag c : TermsParams.TermsRegexpFlag.values()) System.out.println(c);
public static TermsParams.TermsRegexpFlag 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 int getValue()