private static enum BSON.RegexFlag extends java.lang.Enum<BSON.RegexFlag>
| Enum Constant and Description |
|---|
CANON_EQ |
CASE_INSENSITIVE |
COMMENTS |
DOTALL |
GLOBAL |
LITERAL |
MULTILINE |
UNICODE_CASE |
UNIX_LINES |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Map<java.lang.Character,BSON.RegexFlag> |
byCharacter |
char |
flagChar |
int |
javaFlag |
java.lang.String |
unsupported |
| Modifier and Type | Method and Description |
|---|---|
static BSON.RegexFlag |
getByCharacter(char ch) |
static BSON.RegexFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BSON.RegexFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BSON.RegexFlag CANON_EQ
public static final BSON.RegexFlag UNIX_LINES
public static final BSON.RegexFlag GLOBAL
public static final BSON.RegexFlag CASE_INSENSITIVE
public static final BSON.RegexFlag MULTILINE
public static final BSON.RegexFlag DOTALL
public static final BSON.RegexFlag LITERAL
public static final BSON.RegexFlag UNICODE_CASE
public static final BSON.RegexFlag COMMENTS
private static final java.util.Map<java.lang.Character,BSON.RegexFlag> byCharacter
public final int javaFlag
public final char flagChar
public final java.lang.String unsupported
public static BSON.RegexFlag[] values()
for (BSON.RegexFlag c : BSON.RegexFlag.values()) System.out.println(c);
public static BSON.RegexFlag 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 BSON.RegexFlag getByCharacter(char ch)