public class SimpleFieldValue extends FieldValue implements LValue
Value that reflects a core API SimpleField in some database object.field, id| Constructor and Description |
|---|
SimpleFieldValue(ObjId id,
SimpleField<?> field)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
set(ParseSession session,
Value value)
Make assignment to this instance.
|
get, getTypeadd, and, asLValue, checkBoolean, checkIntegral, checkNotNull, checkNumeric, checkType, compare, divide, invert, lshift, mod, multiply, negate, or, rshift, subtract, urshift, xor, xxcrementpublic SimpleFieldValue(ObjId id, SimpleField<?> field)
id - object IDfield - database fieldIllegalArgumentException - if id is nullIllegalArgumentException - if field is nullpublic void set(ParseSession session, Value value)
LValueCopyright © 2017. All rights reserved.