public static enum TermsParams.TermsRegexpFlag extends Enum<TermsParams.TermsRegexpFlag>
| Enum Constant and Description | 
|---|
| CANON_EQ | 
| CASE_INSENSITIVE | 
| COMMENTS | 
| DOTALL | 
| LITERAL | 
| MULTILINE | 
| UNICODE_CASE | 
| UNIX_LINES | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getValue() | 
| static TermsParams.TermsRegexpFlag | valueOf(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(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 nullpublic int getValue()
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.