| Package | Description |
|---|---|
| com.googlecode.mjorm.query.modifiers |
| Modifier and Type | Method and Description |
|---|---|
static BitwiseModifier.Operation |
BitwiseModifier.Operation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BitwiseModifier.Operation[] |
BitwiseModifier.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static BitwiseModifier |
Modifiers.bitwise(BitwiseModifier.Operation operation,
java.lang.Number value)
|
T |
AbstractQueryModifiers.bitwise(java.lang.String property,
BitwiseModifier.Operation operation,
java.lang.Number value)
|
| Constructor and Description |
|---|
BitwiseModifier(BitwiseModifier.Operation operation,
java.lang.Number value) |
Copyright © 2013. All Rights Reserved.