public class JSimpleFieldValue extends JFieldValue implements LValue
jfield, jobj| Constructor and Description |
|---|
JSimpleFieldValue(JObject jobj,
JSimpleField jfield)
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 JSimpleFieldValue(JObject jobj, JSimpleField jfield)
jobj - database objectjfield - database fieldIllegalArgumentException - if jobj is nullIllegalArgumentException - if jfield is nullpublic void set(ParseSession session, Value value)
LValueCopyright © 2017. All rights reserved.