public abstract class AbstractModifier extends java.lang.Object implements Modifier
| Constructor and Description |
|---|
AbstractModifier() |
| Modifier and Type | Method and Description |
|---|---|
abstract com.mongodb.DBObject |
toModifierObject(java.lang.String propertyName)
Returns the query representation of the
Modifier. |
java.lang.String |
toString() |
public abstract com.mongodb.DBObject toModifierObject(java.lang.String propertyName)
Modifier.
Most of the time this will be a DBObject, but
it can be anything accepted by the MongoDB java driver.toModifierObject in interface ModifierObjectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2013. All Rights Reserved.