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