| Package | Description |
|---|---|
| org.bson |
Contains the base BSON classes and Encoder/Decoder.
|
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Map<java.lang.Character,BSON.RegexFlag> |
BSON.RegexFlag.byCharacter |
| Modifier and Type | Method and Description |
|---|---|
static BSON.RegexFlag |
BSON.RegexFlag.getByCharacter(char ch) |
static BSON.RegexFlag |
BSON.RegexFlag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BSON.RegexFlag[] |
BSON.RegexFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|