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, getType
add, and, asLValue, checkBoolean, checkIntegral, checkNotNull, checkNumeric, checkType, compare, divide, invert, lshift, mod, multiply, negate, or, rshift, subtract, urshift, xor, xxcrement
public SimpleFieldValue(ObjId id, SimpleField<?> field)
id
- object IDfield
- database fieldIllegalArgumentException
- if id
is nullIllegalArgumentException
- if field
is nullpublic void set(ParseSession session, Value value)
LValue
Copyright © 2019. All rights reserved.